feat: 根据应用版本自动重置构建版本

This commit is contained in:
shenlei
2026-07-20 16:03:59 +09:00
parent 89fb633b00
commit 8747792a4b
5 changed files with 32 additions and 20 deletions
+1 -1
View File
@@ -181,6 +181,6 @@ describe('ConfigView.vue', () => {
expect(wrapper.text()).toContain('应用版本号')
expect(wrapper.text()).not.toContain('打包参数')
expect(wrapper.findAll('input').length).toBe(2)
expect(wrapper.findAll('input').length).toBe(1)
})
})