feat(core): nwjs下添加对 手动更新 的支持

This commit is contained in:
王立帮
2025-09-29 20:10:01 +08:00
parent 753447359e
commit 5aed339f52
10 changed files with 367 additions and 52 deletions

View File

@@ -31,7 +31,7 @@ Config.init = () => {
const boardPageConfig = Url.getConfig();
Config.BOARD_PAGE = boardPageConfig ?? {};
console.log('Config.BOARD_PAGE:', Config.BOARD_PAGE);
document.title = Config.SOFTWARE.version ?? 'Mixly 2.0';
document.title = Config.SOFTWARE.version ?? 'Mixly 3.0';
Config.USER = {
...Config.USER,