nezha/resource/template/theme-default
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
..
footer.html 主题切换相关优化 (#331) 2024-03-04 09:36:17 +08:00
header.html default和serverstatus主题温度展示相关 (#372) 2024-06-22 22:51:42 +08:00
home.html ServerStatus主题优化 (#386) 2024-07-10 23:13:53 +08:00
menu.html 优化default和server status主题 (#363) 2024-06-14 18:02:55 +08:00
network.html Remove redundant code for MaxTCPPingValue initialization 2024-03-24 22:45:56 +08:00
screenshot.png ️ pprof 性能调优 / 计划任务支持秒级 2021-09-29 19:58:02 +08:00
service.html fix bug (#328) 2024-02-26 09:31:16 +08:00
viewpassword.html Update theme-default and zh-CN.toml 2022-04-29 14:49:24 +02:00