-
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.
feat: status-server主题增加套餐信息展示 (#464)
* feat: status-server主题增加套餐信息展示 1. 首页通过在后台配置PublicNote字段,实现agent套餐信息展示 2. 一些其他小优化 * 1.未获取agent国家时,默认彩虹旗修改为联合国旗
- Loading branch information
Showing
13 changed files
with
190 additions
and
50 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 |
---|---|---|
|
@@ -750,3 +750,6 @@ other = "天" | |
|
||
[CustomNameservers] | ||
other = "自定义DDNS使用的公共DNS服务器(逗号分隔)" | ||
|
||
[Plan] | ||
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 |
---|---|---|
|
@@ -750,3 +750,6 @@ other = "天" | |
|
||
[CustomNameservers] | ||
other = "自訂DDNS使用的公共DNS伺服器(逗號分隔)" | ||
|
||
[Plan] | ||
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
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 |
---|---|---|
|
@@ -26,9 +26,9 @@ | |
<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?v20241008"> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/dark.css?v20241008"> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/light.css?v20241008"> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/main.css?v20241029"> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/dark.css?v20241029"> | ||
<link rel="stylesheet" href="/static/theme-server-status/css/light.css?v20241029"> | ||
<script src="/static/theme-server-status/js/mixin.js?v20240915"></script> | ||
</head> | ||
<body> | ||
|
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
Oops, something went wrong.