From 2f0e3ac05b1fef6c3ae8b969717cfa55ac15e26a Mon Sep 17 00:00:00 2001 From: log1997 <2694233102@qq.com> Date: Tue, 9 Dec 2025 10:17:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(store):=20=E8=B0=83=E6=95=B4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BA=BA=E5=91=98=E5=88=97=E8=A1=A8=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/data.ts b/src/store/data.ts index a05e316..1fc55ff 100644 --- a/src/store/data.ts +++ b/src/store/data.ts @@ -1,8 +1,8 @@ import type { IPersonConfig, IPrizeConfig } from '@/types/storeType' const originUrl = 'https://to2026.xyz' - -export const defaultPersonList = +type IPersonConfigWithoutUuid = Omit +export const defaultPersonList = [ { uid: 'U100156001', name: '朱厚熜', department: '皇室', identity: '万岁爷', avatar: 'https://img1.baidu.com/it/u=2165937980,813753762&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500', x: 1, y: 1, id: 0, isWin: false, createTime: 'Tue Jan 09 2024 23:20:07 GMT+0800 (China Standard Time)', updateTime: 'Tue Jan 09 2024 23:20:07 GMT+0800 (China Standard Time)', prizeName: [], prizeTime: [], prizeId: [] }, { uid: 'U100156002', name: '朱载垕', department: '皇室', identity: '裕王', avatar: 'https://img1.baidu.com/it/u=2165937980,813753762&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500', x: 2, y: 1, id: 1, isWin: false, createTime: 'Tue Jan 09 2024 23:20:07 GMT+0800 (China Standard Time)', updateTime: 'Tue Jan 09 2024 23:20:07 GMT+0800 (China Standard Time)', prizeName: [], prizeTime: [], prizeId: [] },