diff --git a/README.md b/README.md index 955496b..9fef83b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ vite+react 实现,欢迎 star、issue、pr、fork(尽量标注原仓库地 - [x] BGM/音效 - [ ] ~~点击时的缓冲队列,优化交互动画效果~~ - [x] 该游戏似乎涉嫌抄袭,考证后补充来源说明 -- [ ] 桌面应用 +- [ ] ~~桌面应用~~ - [x] 路径区分主题 - [x] 主题自定义 - [x] 本地图片、音频配置 diff --git a/diy/README.md b/diy/README.md index 7a22098..e1a95f3 100644 --- a/diy/README.md +++ b/diy/README.md @@ -97,4 +97,7 @@ ps: 如果您的项目托管在公共仓库中,请注意保护密钥,本地 `file` 表则是为了节省 vercel 流量,将一些默认文件转为 base64 字符串存到了数据库中,需要添加三列 ![img.png](database-file.png) +`rank` 表,储存排名信息 +![img.png](datebase-rank.png) + 最后,开发和打包命令分别使用 `yarn dev` 和 `yarn build` 即可 diff --git a/diy/datebase-rank.png b/diy/datebase-rank.png new file mode 100644 index 0000000..27f5dbb Binary files /dev/null and b/diy/datebase-rank.png differ