8 天以前 10dd6590cea8f20eff21025ee71c8a614a48cdb7
src/main.ts
@@ -35,6 +35,10 @@
      copyright: { companyName: __APP_NAME__ },
    });
  }
  // 强制覆盖默认首页为"基础数据与一袋一码",绕过 localStorage 缓存
  preferencesManager.updatePreferences({
    app: { defaultHomePath: '/bagcode-home' },
  });
  if (__APP_FAVICON__) {
    const link = document.querySelector('link[rel="icon"]');
    if (link) {