From d6e9352015d8c9fc388acbb9b685a793e39dceb4 Mon Sep 17 00:00:00 2001 From: log1997 <2694233102@qq.com> Date: Mon, 1 Dec 2025 11:27:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CONTRIBUTING.md | 64 +++++++++++++++++++++++++++++++++++++++++ README.md | 15 ++-------- 2 files changed, 66 insertions(+), 13 deletions(-) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..35c7c6a --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,64 @@ +# 怎么为本项目做贡献 + +你好!很高兴你为本项目做贡献。在提交您的贡献时,请务必阅读以下指南: + +## PR检查表 + +- 该项目主要的工作分支有`main`和`dev` + - 请尽量从`main`分支拉取代码,该分支为稳定代码 + - 你的代码提交(添加新功能、修复bug、优化性能等)需要发起PR到`dev`分支 + - 请尽可能地在您的PR请求中描述清楚添加的功能或者修复的问题 + - 在一个PR中有多个小提交是没问题的,但请确保每个提交都包含一个清晰的提交信息。 + - 请确保您的提交信息遵循[Conventional Commits](https://www.conventionalcommits.org/)规范。 + +## 开发设置 + +推荐使用`pnpm`来进行包的管理。 + +克隆仓库后,运行: + +```bash +pnpm install # 安装依赖 +``` + +## 运行脚本 + +### `pnpm dev` +启动开发服务器 +```bash +pnpm dev +``` + +### `pnpm build` +构建项目 +```bash +pnpm build +``` + +### `pnpm build:file` +打包后的项目可以直接通过html文件的形式直接在浏览器打开 +```bash +pnpm build:file +``` + +### `pnpm lint:fix` +修复eslint格式错误 +```bash +pnpm lint:fix +``` + +## 项目结构 + +src目录下基本放置了所有的代码文件,其中最主要的是 +- `views`:存放页面代码 +- `components`:存放组件代码 +- `utils`:存放工具函数 +- `layout`: 页面布局 +- `locales`: 国际化 +- `router`: 路由配置 +- `store`: 状态管理 +- `types`: 类型定义 + +## 感谢 + +感谢您为本项目做出贡献 diff --git a/README.md b/README.md index 954cbcd..e55d82b 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,9 @@ log-lottery是一个可配置可定制化的抽奖应用,炫酷3D球体,可用于年会抽奖等活动,支持奖品、人员、界面、图片音乐配置。 -> 因原域名到期,现将原域名 () -迁移到 () 。 - > 如果进入网站遇到图片无法显示或有报错的情况,请先到【全局配置】-【界面配置】菜单中点击【重置所有数据】按钮清除数据后进行更新。 -> 请尽量拉取代码进行构建部署,本线上网站代码会保持更新,可能影响原有功能和数据。 +> 该项目将在近期进行**内部代码重构**及**开发新功能**,预计元旦节前三天上线新版本。 ## 要求 @@ -28,7 +25,7 @@ log-lottery是一个可配置可定制化的抽奖应用,炫酷3D球体,可 访问地址: - + or @@ -134,14 +131,6 @@ or npm run build ``` -预览 - -```bash -pnpm preview -or -npm run preview -``` - 若想直接以打开html文件的方式运行,请执行以下命令进行打包。打包完成后在dist目录中直接打开index.html即可。 ```bash From e7ac7a66bf2a36e045e6ca196a37fc39be827cef Mon Sep 17 00:00:00 2001 From: log1997 <2694233102@qq.com> Date: Mon, 1 Dec 2025 12:29:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E6=9B=BF=E6=8D=A2=E9=9D=99=E6=80=81?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=9A=84=E8=BF=9C=E7=A8=8B=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/data.ts | 464 +++++++++++++++++++++++++--------------------- 1 file changed, 251 insertions(+), 213 deletions(-) diff --git a/src/store/data.ts b/src/store/data.ts index 259aa1b..e0f5539 100644 --- a/src/store/data.ts +++ b/src/store/data.ts @@ -1,243 +1,281 @@ import type { IPersonConfig, IPrizeConfig } from '@/types/storeType' +const originUrl = 'https://to2026.xyz' + 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: [] }, { uid: 'U100156003', 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: 3, y: 1, id: 2, 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: 'U100156004', 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: 4, y: 1, id: 3, 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: 'U100156005', 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: 5, y: 1, id: 4, 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: 'U100156006', 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: 6, y: 1, id: 5, 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: 'U100156007', 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: 7, y: 1, id: 6, 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: 'U100156008', 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: 8, y: 1, id: 7, 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: 'U100156009', 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: 9, y: 1, id: 8, 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: 'U100156010', 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: 10, y: 1, id: 9, 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: 'U100156011', 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: 11, y: 1, id: 10, 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: 'U100156012', 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: 12, y: 1, id: 11, 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: 'U100156013', 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: 13, y: 1, id: 12, 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: 'U100156014', 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: 14, y: 1, id: 13, 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: 'U100156015', 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: 15, y: 1, id: 14, 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: 'U100156016', 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: 16, y: 1, id: 15, 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: 'U100156017', 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: 17, y: 1, id: 16, 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: 'U100156018', 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: 2, id: 17, 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: 'U100156019', 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: 2, id: 18, 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: 'U100156020', 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: 3, y: 2, id: 19, 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: 'U100156021', 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: 4, y: 2, id: 20, 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: 'U100156022', 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: 5, y: 2, id: 21, 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: 'U100156023', 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: 6, y: 2, id: 22, 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: 'U100156024', 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: 7, y: 2, id: 23, 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: 'U100156025', 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: 8, y: 2, id: 24, 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: 'U100156026', 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: 9, y: 2, id: 25, 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: 'U100156027', 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: 10, y: 2, id: 26, 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: 'U100156028', 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: 11, y: 2, id: 27, 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: 'U100156029', 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: 12, y: 2, id: 28, 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: 'U100156030', 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: 13, y: 2, id: 29, 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: 'U100156031', 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: 14, y: 2, id: 30, 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: 'U100156032', 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: 15, y: 2, id: 31, 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: 'U100156033', 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: 16, y: 2, id: 32, 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: 'U100156034', 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: 17, y: 2, id: 33, 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: 'U100156035', 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: 3, id: 34, 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: 'U100156036', name: '芸娘', department: '江湖', avatar: "https://img1.baidu.com/it/u=2165937980,813753762&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500",x: 2, y: 3, id: 35, 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: '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: [] }, + { uid: 'U100156003', 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: 3, y: 1, id: 2, 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: 'U100156004', 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: 4, y: 1, id: 3, 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: 'U100156005', 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: 5, y: 1, id: 4, 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: 'U100156006', 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: 6, y: 1, id: 5, 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: 'U100156007', 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: 7, y: 1, id: 6, 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: 'U100156008', 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: 8, y: 1, id: 7, 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: 'U100156009', 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: 9, y: 1, id: 8, 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: 'U100156010', 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: 10, y: 1, id: 9, 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: 'U100156011', 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: 11, y: 1, id: 10, 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: 'U100156012', 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: 12, y: 1, id: 11, 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: 'U100156013', 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: 13, y: 1, id: 12, 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: 'U100156014', 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: 14, y: 1, id: 13, 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: 'U100156015', 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: 15, y: 1, id: 14, 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: 'U100156016', 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: 16, y: 1, id: 15, 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: 'U100156017', 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: 17, y: 1, id: 16, 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: 'U100156018', 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: 2, id: 17, 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: 'U100156019', 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: 2, id: 18, 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: 'U100156020', 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: 3, y: 2, id: 19, 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: 'U100156021', 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: 4, y: 2, id: 20, 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: 'U100156022', 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: 5, y: 2, id: 21, 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: 'U100156023', 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: 6, y: 2, id: 22, 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: 'U100156024', 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: 7, y: 2, id: 23, 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: 'U100156025', 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: 8, y: 2, id: 24, 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: 'U100156026', 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: 9, y: 2, id: 25, 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: 'U100156027', 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: 10, y: 2, id: 26, 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: 'U100156028', 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: 11, y: 2, id: 27, 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: 'U100156029', 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: 12, y: 2, id: 28, 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: 'U100156030', 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: 13, y: 2, id: 29, 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: 'U100156031', 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: 14, y: 2, id: 30, 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: 'U100156032', 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: 15, y: 2, id: 31, 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: 'U100156033', 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: 16, y: 2, id: 32, 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: 'U100156034', 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: 17, y: 2, id: 33, 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: 'U100156035', 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: 3, id: 34, 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: 'U100156036', name: '芸娘', department: '江湖', avatar: 'https://img1.baidu.com/it/u=2165937980,813753762&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500', x: 2, y: 3, id: 35, 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: [] }, + ] + export const defaultMusicList = [ - { - id: `Geoff Knorr - China (The Industrial Era).ogg${new Date().getTime().toString()}`, - name: 'Geoff Knorr - China (The Industrial Era).ogg', - url: 'https://1kw20.fun/resource/audio/Geoff Knorr - China (The Industrial Era).ogg', - }, - { - id: `Geoff Knorr&Phill Boucher - China (The Atomic Era).ogg${new Date().getTime().toString()}`, - name: 'Geoff Knorr&Phill Boucher - China (The Atomic Era).ogg', - url: 'https://1kw20.fun/resource/audio/Geoff Knorr&Phill Boucher - China (The Atomic Era).ogg', - }, - { - id: `Radetzky March.mp3${new Date().getTime().toString()}`, - name: 'Radetzky March.mp3', - url: 'https://1kw20.fun/resource/audio/Radetzky March.mp3', - }, - { - id: `Shanghai.mp3${new Date().getTime().toString()}`, - name: 'Shanghai.mp3', - url: 'https://1kw20.fun/resource/audio/Shanghai.mp3', - }, - { - id: `Waltz No.2.mp3${new Date().getTime().toString()}`, - name: 'Waltz No.2.mp3', - url: 'https://1kw20.fun/resource/audio/Waltz No.2.mp3', - }, - { - id: `WildChinaTheme.mp3${new Date().getTime().toString()}`, - name: 'WildChinaTheme.mp3', - url: 'https://1kw20.fun/resource/audio/WildChinaTheme.mp3', - }, - { - id: `边程&房东的猫 - 美好事物-再遇少年.ogg${new Date().getTime().toString()}`, - name: '边程&房东的猫 - 美好事物-再遇少年.ogg', - url: 'https://1kw20.fun/resource/audio/边程&房东的猫 - 美好事物-再遇少年.ogg', - }, - { - id: `大乔小乔 - 相见难别亦难.ogg${new Date().getTime().toString()}`, - name: '大乔小乔 - 相见难别亦难.ogg', - url: 'https://1kw20.fun/resource/audio/大乔小乔 - 相见难别亦难.ogg', - }, - { - id: `你要跳舞吗-新裤子.mp3${new Date().getTime().toString()}`, - name: '你要跳舞吗-新裤子.mp3', - url: 'https://1kw20.fun/resource/audio/你要跳舞吗-新裤子.mp3', - }, - { - id: `生命-声音玩具.mp3${new Date().getTime().toString()}`, - name: '生命-声音玩具.mp3', - url: 'https://1kw20.fun/resource/audio/生命-声音玩具.mp3', - }, - { - id: `与非门 - Happy New Year.ogg${new Date().getTime().toString()}`, - name: '与非门 - Happy New Year.ogg', - url: 'https://1kw20.fun/resource/audio/与非门 - Happy New Year.ogg', - }, + { + id: `Geoff Knorr - China (The Industrial Era).ogg${new Date().getTime().toString()}`, + name: 'Geoff Knorr - China (The Industrial Era).ogg', + url: `${originUrl}/resource/audio/Geoff Knorr - China (The Industrial Era).ogg`, + }, + { + id: `Geoff Knorr&Phill Boucher - China (The Atomic Era).ogg${new Date().getTime().toString()}`, + name: 'Geoff Knorr&Phill Boucher - China (The Atomic Era).ogg', + url: `${originUrl}/resource/audio/Geoff Knorr&Phill Boucher - China (The Atomic Era).ogg`, + }, + { + id: `Radetzky March.mp3${new Date().getTime().toString()}`, + name: 'Radetzky March.mp3', + url: `${originUrl}/resource/audio/Radetzky March.mp3`, + }, + { + id: `Shanghai.mp3${new Date().getTime().toString()}`, + name: 'Shanghai.mp3', + url: `${originUrl}/resource/audio/Shanghai.mp3`, + }, + { + id: `Waltz No.2.mp3${new Date().getTime().toString()}`, + name: 'Waltz No.2.mp3', + url: `${originUrl}/resource/audio/Waltz No.2.mp3`, + }, + { + id: `WildChinaTheme.mp3${new Date().getTime().toString()}`, + name: 'WildChinaTheme.mp3', + url: `${originUrl}/resource/audio/WildChinaTheme.mp3`, + }, + { + id: `边程&房东的猫 - 美好事物-再遇少年.ogg${new Date().getTime().toString()}`, + name: '边程&房东的猫 - 美好事物-再遇少年.ogg', + url: `${originUrl}/resource/audio/边程&房东的猫 - 美好事物-再遇少年.ogg`, + }, + { + id: `大乔小乔 - 相见难别亦难.ogg${new Date().getTime().toString()}`, + name: '大乔小乔 - 相见难别亦难.ogg', + url: `${originUrl}/resource/audio/大乔小乔 - 相见难别亦难.ogg`, + }, + { + id: `你要跳舞吗-新裤子.mp3${new Date().getTime().toString()}`, + name: '你要跳舞吗-新裤子.mp3', + url: `${originUrl}/resource/audio/你要跳舞吗-新裤子.mp3`, + }, + { + id: `生命-声音玩具.mp3${new Date().getTime().toString()}`, + name: '生命-声音玩具.mp3', + url: `${originUrl}/resource/audio/生命-声音玩具.mp3`, + }, + { + id: `与非门 - Happy New Year.ogg${new Date().getTime().toString()}`, + name: '与非门 - Happy New Year.ogg', + url: `${originUrl}/resource/audio/与非门 - Happy New Year.ogg`, + }, ] export const defaultPrizeList = [ - { + { + id: '001', + name: '三等奖', + sort: 1, + isAll: false, + count: 3, + isUsedCount: 0, + picture: { + id: '2', + name: '三等奖', + url: `${originUrl}/resource/image/image3.png`, + }, + separateCount: { + enable: true, + countList: [], + }, + desc: '三等奖', + isShow: true, + isUsed: false, + frequency: 1, + }, + { + id: '002', + name: '二等奖', + sort: 2, + isAll: false, + count: 2, + isUsedCount: 0, + picture: { + id: '1', + name: '二等奖', + url: `${originUrl}/resource/image/image2.png`, + }, + separateCount: { + enable: false, + countList: [], + }, + desc: '二等奖', + isShow: true, + isUsed: false, + frequency: 1, + }, + { + id: '003', + name: '一等奖', + sort: 3, + isAll: false, + count: 1, + isUsedCount: 0, + picture: { + id: '0', + name: '一等奖', + url: `${originUrl}/resource/image/image1.png`, + }, + separateCount: { + enable: false, + countList: [], + }, + desc: '一等奖', + isShow: true, + isUsed: false, + frequency: 1, + }, + { + id: '004', + name: '超级大奖', + sort: 4, + isAll: false, + count: 1, + isUsedCount: 0, + picture: { + id: '3', + name: '超级奖', + url: `${originUrl}/resource/image/image4.png`, + }, + separateCount: { + enable: false, + countList: [], + }, + desc: '超级大奖', + isShow: true, + isUsed: false, + frequency: 1, + }, + { + id: '005', + name: '特别奖', + sort: 5, + isAll: false, + count: 1, + isUsedCount: 0, + picture: { + id: '4', + name: '特别奖', + url: `${originUrl}/resource/image/image5.png`, + }, + separateCount: { + enable: false, + countList: [], + }, + desc: '特别奖', + isShow: true, + isUsed: false, + frequency: 1, + }, +] +export const defaultCurrentPrize = { id: '001', name: '三等奖', sort: 1, isAll: false, - count: 3, + count: 12, isUsedCount: 0, picture: { - id: '2', - name: '三等奖', - url: 'https://1kw20.fun/resource/image/image3.png', + id: '2', + name: '三等奖', + url: `${originUrl}/resource/image/image3.png`, }, separateCount: { - enable: true, - countList: [], + enable: true, + countList: [], }, desc: '三等奖', isShow: true, isUsed: false, frequency: 1, - }, - { - id: '002', - name: '二等奖', - sort: 2, - isAll: false, - count: 2, - isUsedCount: 0, - picture: { - id: '1', - name: '二等奖', - url: 'https://1kw20.fun/resource/image/image2.png', - }, - separateCount: { - enable: false, - countList: [], - }, - desc: '二等奖', - isShow: true, - isUsed: false, - frequency: 1, - }, - { - id: '003', - name: '一等奖', - sort: 3, - isAll: false, - count: 1, - isUsedCount: 0, - picture: { - id: '0', - name: '一等奖', - url: 'https://1kw20.fun/resource/image/image1.png', - }, - separateCount: { - enable: false, - countList: [], - }, - desc: '一等奖', - isShow: true, - isUsed: false, - frequency: 1, - }, - { - id: '004', - name: '超级大奖', - sort: 4, - isAll: false, - count: 1, - isUsedCount: 0, - picture: { - id: '3', - name: '超级奖', - url: 'https://1kw20.fun/resource/image/image4.png', - }, - separateCount: { - enable: false, - countList: [], - }, - desc: '超级大奖', - isShow: true, - isUsed: false, - frequency: 1, - }, - { - id: '005', - name: '特别奖', - sort: 5, - isAll: false, - count: 1, - isUsedCount: 0, - picture: { - id: '4', - name: '特别奖', - url: 'https://1kw20.fun/resource/image/image5.png', - }, - separateCount: { - enable: false, - countList: [], - }, - desc: '特别奖', - isShow: true, - isUsed: false, - frequency: 1, - }, -] -export const defaultCurrentPrize = { - id: '001', - name: '三等奖', - sort: 1, - isAll: false, - count: 12, - isUsedCount: 0, - picture: { - id: '2', - name: '三等奖', - url: 'https://1kw20.fun/resource/image/image3.png', - }, - separateCount: { - enable: true, - countList: [], - }, - desc: '三等奖', - isShow: true, - isUsed: false, - frequency: 1, } export const defaultTemporaryPrize = { - id: '', - name: '', - sort: 0, - isAll: false, - count: 1, - isUsedCount: 0, - picture: { - id: '-1', + id: '', name: '', - url: '', - }, - separateCount: { - enable: true, - countList: [], - }, - desc: '', - isShow: false, - isUsed: false, - frequency: 1, + sort: 0, + isAll: false, + count: 1, + isUsedCount: 0, + picture: { + id: '-1', + name: '', + url: '', + }, + separateCount: { + enable: true, + countList: [], + }, + desc: '', + isShow: false, + isUsed: false, + frequency: 1, } export const defaultImageList = [ - { - id: '0', - name: '一等奖', - url: 'https://1kw20.fun/resource/image/image1.png', - }, - { - id: '1', - name: '二等奖', - url: 'https://1kw20.fun/resource/image/image2.png', - }, - { - id: '2', - name: '三等奖', - url: 'https://1kw20.fun/resource/image/image3.png', - }, - { - id: '3', - name: '超级奖', - url: 'https://1kw20.fun/resource/image/image4.png', - }, - { - id: '4', - name: '特别奖', - url: 'https://1kw20.fun/resource/image/image5.png', - }, + { + id: '0', + name: '一等奖', + url: `${originUrl}/resource/image/image1.png`, + }, + { + id: '1', + name: '二等奖', + url: `${originUrl}/resource/image/image2.png`, + }, + { + id: '2', + name: '三等奖', + url: `${originUrl}/resource/image/image3.png`, + }, + { + id: '3', + name: '超级奖', + url: `${originUrl}/resource/image/image4.png`, + }, + { + id: '4', + name: '特别奖', + url: `${originUrl}/resource/image/image5.png`, + }, ] export const defaultPatternList = [21, 38, 55, 54, 53, 70, 87, 88, 89, 23, 40, 57, 74, 91, 92, 93, 76, 59, 42, 25, 24, 27, 28, 29, 46, 63, 62, 61, 78, 95, 96, 97, 20, 19, 31, 48, 65, 66, 67, 84, 101, 100, 99, 32, 33]