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

This commit is contained in:
2026-09-13 22:05:17 +08:00
parent 4c5011bf5f
commit 7551bda29c
6 changed files with 6 additions and 6 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.0-alpha.1')
expect(THEME_APP_VERSION).toBe('0.3.1-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`)