From 65ab00a677fcb0d4002cb1fe4936a34cc6077974 Mon Sep 17 00:00:00 2001 From: thzxx <1440196015@qq.com> Date: Sun, 23 Aug 2026 15:41:04 +0800 Subject: [PATCH] =?UTF-8?q?test:=20about=20=E7=89=88=E6=9C=AC=E6=96=AD?= =?UTF-8?q?=E8=A8=80=200.1.22=20=E5=90=8C=E6=AD=A5=EF=BC=88=E5=8E=9F?= =?UTF-8?q?=E5=81=9C=E5=9C=A8=200.1.20=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/facade-registry.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/facade-registry.test.ts b/tests/facade-registry.test.ts index f9f683f..a9d8ce8 100644 --- a/tests/facade-registry.test.ts +++ b/tests/facade-registry.test.ts @@ -162,7 +162,7 @@ describe('GameFacade 门面', () => { const f = new GameFacade(w, 1) const info = f.about() expect(info.title).toBe('仙途家族志') - expect(info.version).toContain('0.1.20') + expect(info.version).toContain('0.1.22') expect(info.modules).toBeGreaterThanOrEqual(11) expect(info.systems).toBeGreaterThan(0) expect(info.plugins).toBeGreaterThanOrEqual(3)