This commit is contained in:
2025-12-09 12:23:29 +09:00
parent bcb6a172f1
commit 7f87f0d658
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -100,6 +100,10 @@ http://127.0.0.1:3000/admin/netease-login?pwd=你的管理密码
## 更新日志 / Changelog ## 更新日志 / Changelog
### v1.0.4
* 修复了 12 キー无法打出 ぱ 行的问题
### v1.0.3 ### v1.0.3
* 修复了手机浏览器展开输入法会挡住视图和自动居中偏移的问题 * 修复了手机浏览器展开输入法会挡住视图和自动居中偏移的问题
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "amaoke", "name": "amaoke",
"private": true, "private": true,
"version": "1.0.3", "version": "1.0.4",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",