6 天以前 2271982de09628a04da06630c4ab690ef64fbfab
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) {