Skip to content

Commit 5b5a528

Browse files
committed
fix: bust claw frontend cache
1 parent 4af91af commit 5b5a528

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/novelclaw/local_web_portal/app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
99
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700;800&display=swap" rel="stylesheet">
10-
<link rel="stylesheet" href="{{ static_asset_path('style.css') }}?v=20260330a">
10+
<link rel="stylesheet" href="{{ static_asset_path('style.css') }}?v=20260330b">
1111
<meta name="app-base-path" content="{{ app_base_path }}">
1212
<script>
1313
window.__APP_BASE_PATH__ = {{ app_base_path|tojson }};

apps/novelclaw/local_web_portal/app/templates/dashboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ <h2>{{ ui_text('对话流', 'Conversation') }}</h2>
268268
</div>
269269
</section>
270270

271-
<script src="{{ static_asset_path('idea_copilot_live.js') }}?v=20260327f"></script>
272-
<script src="{{ static_asset_path('chat_run_live.js') }}?v=20260327d"></script>
271+
<script src="{{ static_asset_path('idea_copilot_live.js') }}?v=20260330b"></script>
272+
<script src="{{ static_asset_path('chat_run_live.js') }}?v=20260330b"></script>
273273
{% if chat_session %}
274274
<script>
275275
(function () {

0 commit comments

Comments
 (0)