This commit is contained in:
youda 2025-06-16 22:14:48 +08:00
parent 9316de0cc8
commit a754808495
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{include file="Public:header2"/}
<script src="https://mh.shhuanmeng.com/echarts-5.6.0/dist/echarts.js"></script>
<script src="https://image.zfunbox.cn/echarts-5.6.0/dist/echarts.js"></script>
<style>
.s-row {
margin-top: 5px;

View File

@ -40,7 +40,7 @@ class AppPlatform extends BasePlatform
];
$configVersion = (int) preg_replace('/[^0-9]/', '', $config['version']);
if ($versionNumber >= $configVersion) {
$config['isCheck'] = false;
$config['isCheck'] = true;
}
return $config;
}