File tree Expand file tree Collapse file tree
apps/novelclaw/local_web_portal/app/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 } } ;
Original file line number Diff line number Diff 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 ( ) {
You can’t perform that action at this time.
0 commit comments