fix: 添加CSS版本号参数强制更新缓存
- 所有页面CSS引用添加 ?v=20260312 版本号 - 解决浏览器缓存导致样式不更新的问题
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>欢迎回来 - {{ username }}</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312">
|
||||
</head>
|
||||
<body>
|
||||
<!-- 快捷导航栏 - 登录后显示 -->
|
||||
|
||||
Reference in New Issue
Block a user