diff --git a/README.md b/README.md
index 0e3d4d0e..d63b9d00 100644
--- a/README.md
+++ b/README.md
@@ -199,10 +199,6 @@ Thank you again for your support for PicList.
![image](https://github.com/Kuingsmile/PicList/assets/96409857/29de0046-1aef-4b28-95a6-b26c6e297c6f)
![image](https://github.com/Kuingsmile/PicList/assets/96409857/e1c04488-2d3a-4e8f-aa26-ce41d0a383e2)
-## WeChat group
-
-
-
## Development instructions
1. You need to have Node, Git environment, and understand the related knowledge of npm.
diff --git a/README_cn.md b/README_cn.md
index 653dd5d0..a87fcdb4 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -183,10 +183,6 @@ brew uninstall piclist
![image](https://github.com/Kuingsmile/PicList/assets/96409857/29de0046-1aef-4b28-95a6-b26c6e297c6f)
![image](https://github.com/Kuingsmile/PicList/assets/96409857/e1c04488-2d3a-4e8f-aa26-ce41d0a383e2)
-## 微信交流群
-
-
-
## 开发说明
1. 你需要有 Node、Git 环境,了解 npm 的相关知识。
diff --git a/currentVersion.md b/currentVersion.md
index 56c5069a..3256d17a 100644
--- a/currentVersion.md
+++ b/currentVersion.md
@@ -1,11 +1,12 @@
+Happy New Year! 🎉
+
✨ Features
-- 现在支持vscode插件vs-piclist的远程服务器模式
-- 关联更新:现在支持docker部署PicList-core
-- 上传接口增加了额外的记录区分上传行为
-- 核心库版本更新
+- 优化了管理界面文件浏览页的文字显示
+- 现在支持更多类型的文本文件预览
+- 现在移除配置前会进行额外的确认以避免误删除
+- 移除了赞助窗口~~
🐛 Bug Fixes
-- 修复了相册内无法正常复制部分插件上传的图片URL的问题
-- 修复了上传图床选择过程中的log记录字段错误的问题
\ No newline at end of file
+- 修复了管理界面入口页的显示bug
\ No newline at end of file
diff --git a/currentVersion_en.md b/currentVersion_en.md
index ee201e68..b3000f39 100644
--- a/currentVersion_en.md
+++ b/currentVersion_en.md
@@ -1,11 +1,12 @@
+Happy New Year! 🎉
+
✨ Features
-- Support the remote server mode of the vscode plug-in vs-piclist
-- Related update: Docker deployment for PicList-core is now supported.
-- The upload interface adds additional records to distinguish upload behavior
-- Core library version update
+- Optimized the text display of the file browsing page of the management interface
+- Now supports more types of text file preview
+- Now there will be additional confirmation before removing the configuration to avoid accidental deletion
+- Removed the sponsorship window~~
🐛 Bug Fixes
-- Fix the problem that some plug-in upload image URLs cannot be copied normally in the album
-- Fixed the problem of incorrect log record fields during the upload image selection process
+- Fixed the display bug of the management interface entry page
diff --git a/package.json b/package.json
index 4843f34b..4724367c 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"dev": "vue-cli-service electron:serve",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
- "gen-i18n": "node ./scripts/gen-i18n-types.js",
+ "i18n": "node ./scripts/gen-i18n-types.js",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src/",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
@@ -80,7 +80,7 @@
"upyun": "^3.4.6",
"uuid": "^9.0.1",
"video.js": "^8.6.1",
- "vue": "^3.3.12",
+ "vue": "^3.3.13",
"vue-router": "^4.2.5",
"vue3-lazyload": "^0.3.8",
"vue3-photo-preview": "^0.3.0",
@@ -114,7 +114,7 @@
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
- "@vue/runtime-dom": "^3.3.12",
+ "@vue/runtime-dom": "^3.3.13",
"conventional-changelog": "^5.1.0",
"cz-customizable": "^7.0.0",
"dotenv": "^16.3.1",