-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 修复浏览器高分辨率下网络页echart图表显示不全 * server-status主题重写network页面 1. 点击“网络监控”弹出选择服务器 2. 增加服务器搜索筛选功能 3. 自适应lenged高度 4. 适配深色模式与浅色模式 5. 适配半透明模式 6. 适配pc段与移动端 * 刷新cdn缓存 * 增加disposeCharts逻辑 * 增加disposeCharts逻辑 * 标题增加服务器所在地区国旗展示 * 国旗样式修复 * 修复国旗样式 * echart图标高度适配不同分辨率浏览器
- Loading branch information
Showing
12 changed files
with
459 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -650,4 +650,7 @@ other = "禁止前台切换模板" | |
other = "服务器世界分布图" | ||
|
||
[NAT] | ||
other = "内网穿透" | ||
other = "内网穿透" | ||
|
||
[NetworkSpiterList] | ||
other = "网络监控" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -650,4 +650,7 @@ other = "禁止前台切換主題" | |
other = "伺服器世界分布圖" | ||
|
||
[NAT] | ||
other = "NAT" | ||
other = "NAT" | ||
|
||
[NetworkSpiterList] | ||
other = "網絡監控" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ | |
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/vue.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/echarts.min.js"></script> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/main.css?v20240807"> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/dark.css?v20240807"> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/light.css?v20240807"> | ||
<script src="/static/theme-server-status/js/mixin.js?v20240807"></script> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/main.css?v202408011"> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/dark.css?v202408011"> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/light.css?v20240811"> | ||
<script src="/static/theme-server-status/js/mixin.js?v20240811"></script> | ||
</head> | ||
<body> | ||
<div id="app"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.