Refine desktop setup and remove bundled app center apps

This commit is contained in:
inman
2026-06-04 09:58:58 +08:00
parent 6153579b90
commit 84128dbe23
73 changed files with 3888 additions and 2024 deletions

View File

@@ -18,6 +18,7 @@ vi.mock('@electron/utils/plugin-install', () => ({
cpSyncSafe: vi.fn(),
ensureCloudSyncPluginInstalled: mockEnsureCloudSyncPluginInstalled,
fixupPluginManifest: vi.fn(),
hasPluginRuntimeEntry: vi.fn(() => true),
}));
vi.mock('@electron/utils/channel-config', () => ({