update:增加版本号,解决html引用文件缓存问题

This commit is contained in:
hrz
2026-01-27 15:52:34 +08:00
parent 5d72f9f79d
commit 818b4f2f6d
10 changed files with 38 additions and 37 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
// UI controller module
import { loadConfig, saveConfig } from '../config/manager.js';
import { getAudioPlayer } from '../core/audio/player.js';
import { getAudioRecorder } from '../core/audio/recorder.js';
import { getWebSocketHandler } from '../core/network/websocket.js';
import { loadConfig, saveConfig } from '../config/manager.js?v=0127';
import { getAudioPlayer } from '../core/audio/player.js?v=0127';
import { getAudioRecorder } from '../core/audio/recorder.js?v=0127';
import { getWebSocketHandler } from '../core/network/websocket.js?v=0127';
// UI controller class
class UIController {