From c302c36be9b33db660a54da6026746d6e16ea3c6 Mon Sep 17 00:00:00 2001 From: KUN1007 Date: Sun, 8 Dec 2024 02:20:02 +0800 Subject: [PATCH] feat: new category, o-patch --- components/edit/utils/category.ts | 1 + language/en.json | 2 ++ language/ja-JP.json | 2 ++ language/zh-CN.json | 2 ++ language/zh-TW.json | 2 ++ package.json | 2 +- 6 files changed, 10 insertions(+), 1 deletion(-) diff --git a/components/edit/utils/category.ts b/components/edit/utils/category.ts index 9466528a..c37f1685 100644 --- a/components/edit/utils/category.ts +++ b/components/edit/utils/category.ts @@ -36,6 +36,7 @@ export const otherSection = [ 'o-essay', 'o-daily', 'o-forum', + 'o-patch', 'o-other' ] diff --git a/language/en.json b/language/en.json index 20a27083..a1d562b4 100644 --- a/language/en.json +++ b/language/en.json @@ -247,6 +247,7 @@ "o-daily": "Daily Stories", "o-essay": "Personal Essays", "o-forum": "Forum-related", + "o-patch": "Patch-Website", "o-other": "Other" }, "link": { @@ -789,6 +790,7 @@ "o-daily": "Daily Life, Record everyday stories from life", "o-essay": "Personal Essays, Write whatever comes to mind", "o-forum": "Forum Related, Feedback, New Feature Requests, Anything related to this forum", + "o-patch": "KUN Visual Novel Patch Related, https://www.moyu.moe, feedback and support services", "o-other": "Other Content" }, "contact": { diff --git a/language/ja-JP.json b/language/ja-JP.json index 6647d7e3..ccaa989c 100644 --- a/language/ja-JP.json +++ b/language/ja-JP.json @@ -245,6 +245,7 @@ "o-daily": "日常", "o-essay": "個人エッセイ", "o-forum": "フォーラム関連", + "o-patch": "パッチサイト", "o-other": "その他" }, "link": { @@ -787,6 +788,7 @@ "o-daily": "日常, 生活の中の日常のストーリーを記録", "o-essay": "個人エッセイ, 何か適当に書いて、思いついたことを言う", "o-forum": "フォーラム関連, 問題のフィードバック, 新機能リクエスト, このフォーラムに関連するすべて", + "o-patch": "鯤 ギャルゲーム パッチ 関連、https://www.moyu.moe、フィードバックとサポートサービス", "o-other": "その他の内容" }, "contact": { diff --git a/language/zh-CN.json b/language/zh-CN.json index c010e7df..fcafd6f7 100644 --- a/language/zh-CN.json +++ b/language/zh-CN.json @@ -245,6 +245,7 @@ "o-daily": "日常", "o-essay": "个人随笔", "o-forum": "论坛相关", + "o-patch": "补丁网站", "o-other": "其它" }, "link": { @@ -787,6 +788,7 @@ "o-daily": "日常, 记录一下生活中的日常故事", "o-essay": "个人随笔, 随便写点什么, 想到什么说什么吧", "o-forum": "论坛相关, 问题反馈, 新功能请求, 与这个论坛相关的一切", + "o-patch": "鲲 Galgame 补丁 网站相关, https://www.moyu.moe, 反馈和帮助服务", "o-other": "其它内容" }, "contact": { diff --git a/language/zh-TW.json b/language/zh-TW.json index fa2aac0d..cb443771 100644 --- a/language/zh-TW.json +++ b/language/zh-TW.json @@ -245,6 +245,7 @@ "o-daily": "日常", "o-essay": "個人隨筆", "o-forum": "論壇相關", + "o-patch": "補丁網站", "o-other": "其它" }, "link": { @@ -785,6 +786,7 @@ "o-daily": "日常, 記錄一下生活中的日常故事", "o-essay": "個人隨筆, 隨便寫點什麽, 想到什麽說什麽吧", "o-forum": "論壇相關, 問題反饋, 新功能請求, 與這個論壇相關的一切", + "o-patch": "鯤 Galgame 補丁 相關, https://www.moyu.moe, 反饋和支援服務", "o-other": "其它內容" }, "contact": { diff --git a/package.json b/package.json index 39c11c88..0882ef1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kun-galgame-nuxt3", - "version": "2.19.24", + "version": "2.19.25", "packageManager": "pnpm@9.12.1", "private": true, "scripts": {