nezha/resource/template/theme-server-status
nap0o f4c6f4c57d
ServerStatus主题优化 (#386)
* ServerStatus主题优化
1.更新世界地图基础geo文件,中国部分包含南海10段线,藏南部分划线更准
geo在大佬仓库https://github.com/Surbowl/world-geo-json-zh的基础上加工
2.世界地图可以在后台设置自定义代码切换是否包含南极洲,中国港澳台是否单独统计vps数
```<script>
  localStorage.setItem('countryMapGeoFile', 'nezha.world.geo.json'); //默认
  // localStorage.setItem('countryMapGeoFile', 'nezha.world.plus.geo.json'); //单独绘制香港,澳门,台湾
  // localStorage.setItem('countryMapGeoFile', 'nezha.world.antarctica.geo.json'); //有南极洲
  // localStorage.setItem('countryMapGeoFile', 'nezha.world.plus.antarctica.geo.json'); //有南极洲,单独绘制香港,澳门,台湾
</script>
```
3. mixin.js文件删除冗余代码
4. 首页agent下拉详情,控制网络折线图tooltip数字最多显示小数点后两位

* 修正geo文件路径

* 修复世界地图中国港澳台单独绘制时,vps数量计算逻辑

* 删除header中的无用的地图基础数据引用

* 增加温度控制cpu型号识别
2024-07-10 23:13:53 +08:00
..
content-footer.html ServerStatus主题优化 (#386) 2024-07-10 23:13:53 +08:00
content-nav.html 优化default和server status主题 (#363) 2024-06-14 18:02:55 +08:00
footer.html feat: add server-status theme (#295) 2023-11-07 13:46:28 +08:00
header.html ServerStatus主题优化 (#386) 2024-07-10 23:13:53 +08:00
home-group-false.html 优化gpu前端展示代码 (#375) 2024-06-23 22:20:04 +08:00
home-group-true.html 优化gpu前端展示代码 (#375) 2024-06-23 22:20:04 +08:00
home.html ServerStatus主题优化 (#386) 2024-07-10 23:13:53 +08:00
network.html Remove redundant code for MaxTCPPingValue initialization 2024-03-24 22:45:56 +08:00
screenshot.png feat: add server-status theme (#295) 2023-11-07 13:46:28 +08:00
service-group-false.html 优化default和serverstatus主题模版 (#327) 2024-02-25 23:16:57 +08:00
service-group-true.html 优化default和serverstatus主题模版 (#327) 2024-02-25 23:16:57 +08:00
service.html 优化server-status主题服务页 (#382) 2024-07-02 22:11:20 +08:00
viewpassword.html feat: add server-status theme (#295) 2023-11-07 13:46:28 +08:00