build(release): 准备0.3.1-alpha.2预发布

This commit is contained in:
2026-09-15 01:53:15 +08:00
parent d09a782fde
commit a82af4fb70
9 changed files with 9 additions and 9 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.1')
expect(THEME_APP_VERSION).toBe('0.3.1-alpha.2')
})
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`)