Add check-in feature and update travel planner UI

This commit is contained in:
周瑞哲
2026-07-31 12:50:14 +08:00
parent ac4179086c
commit 3ef7266591
44 changed files with 2919 additions and 144 deletions
+4
View File
@@ -2,8 +2,12 @@ import { vi } from 'vitest'
import { unref } from 'vue'
const uniMock = {
canIUse: vi.fn(),
getLocation: vi.fn(),
getStorageSync: vi.fn(),
getSystemInfoSync: vi.fn(() => ({ uniPlatform: 'mp-weixin' })),
removeStorageSync: vi.fn(),
setStorageSync: vi.fn(),
setStorage: vi.fn(),
showToast: vi.fn(),
}