improve: status-server主题日常优化 (#432)

* improve: status-server主题日常优化
1. 首页账单信息:价格设置成“-1”前台展示为”PAYG“,自动续期(autoRenewal)功能增加支持付费周期yr,mo;
2. 当未获取到国旗图标时,默认彩虹旗;
3. 当未获取到os(操作系统)信息时,默认linux
4. 一些其他优化

* 修改表达不准确的语言文件
This commit is contained in:
nap0o
2024-10-07 23:39:44 -04:00
committed by GitHub
parent 08aaea8244
commit 937696c26d
12 changed files with 101 additions and 93 deletions

View File

@@ -819,6 +819,7 @@
switch (cycle) {
case '月':
case 'mo':
case 'month':
case 'monthly':
case 'm':
@@ -834,6 +835,7 @@
case 'h':
return "H";
case '年':
case 'yr':
case 'year':
case 'annually':
case 'y':