feat: 在设置中显示当前应用版本
- 通过全局应用版本变量公开资源版本号 - 在应用更新区域显示当前版本 - 更新资源版本号以刷新缓存文件
This commit is contained in:
+2
-1
@@ -15,7 +15,8 @@
|
||||
integrity="sha384-t1nt8BQoYMLFN5p42tRAtuAAFQaCQODekUVeKKZrEnEyp4H2R0RHFz0KWpmj7i8g"
|
||||
crossorigin="anonymous" referrerpolicy="no-referrer">
|
||||
<script>
|
||||
const ASSET_VERSION = '20260719-3';
|
||||
const ASSET_VERSION = '20260719-4';
|
||||
window.APP_VERSION = ASSET_VERSION;
|
||||
const stylesheets = [
|
||||
'styles/variables.css',
|
||||
'styles/base.css',
|
||||
|
||||
Reference in New Issue
Block a user