build(release): 准备 OpenNexus 0.3.2-alpha.1 品牌安装包 [skip ci]

This commit is contained in:
2026-09-16 00:40:59 +08:00
parent 9aed039702
commit 81003d3106
22 changed files with 68 additions and 28 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import paper from '@/assets/themes/paper-moments.theme?raw'
afterEach(() => vi.unstubAllGlobals())
it('uses the desktop release version for compatibility checks', () => {
expect(THEME_APP_VERSION).toBe('0.3.1-alpha.2')
expect(THEME_APP_VERSION).toBe('0.3.2-alpha.1')
})
it.each(['999.0.0', 'bad', '0.2'])('rejects unsupported minimum app version %s at inspection and install', async version => {
const source = paper.replace(/min_app_version:.*\r?\n/, `min_app_version: ${version}\n`)