diff --git a/package.json b/package.json index 143fe4c5..bf651708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "penguin-stats-frontend", - "version": "3.9.3", + "version": "3.10.0", "private": true, "author": "Penguin Statistics Contributors (https://github.com/orgs/penguin-statistics/people)", "scripts": { @@ -142,4 +142,4 @@ } }, "license": "MIT" -} +} \ No newline at end of file diff --git a/src/views/About/Changelog.vue b/src/views/About/Changelog.vue index 2b3be6a2..19b58170 100644 --- a/src/views/About/Changelog.vue +++ b/src/views/About/Changelog.vue @@ -123,6 +123,12 @@ export default { data() { return { logs: [ + { + version: "v3.10.0", + date: "2022-11-26T03:39:00+0000", + changes: `## 添加 +1. 截图识别添加错误反馈功能`, + }, { version: "v3.9.3", date: "2022-11-01T03:00:00+0000",