Skip to content

Commit c302c36

Browse files
committed
feat: new category, o-patch
1 parent e63a84b commit c302c36

File tree

6 files changed

+10
-1
lines changed

6 files changed

+10
-1
lines changed

components/edit/utils/category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const otherSection = [
3636
'o-essay',
3737
'o-daily',
3838
'o-forum',
39+
'o-patch',
3940
'o-other'
4041
]
4142

language/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@
247247
"o-daily": "Daily Stories",
248248
"o-essay": "Personal Essays",
249249
"o-forum": "Forum-related",
250+
"o-patch": "Patch-Website",
250251
"o-other": "Other"
251252
},
252253
"link": {
@@ -789,6 +790,7 @@
789790
"o-daily": "Daily Life, Record everyday stories from life",
790791
"o-essay": "Personal Essays, Write whatever comes to mind",
791792
"o-forum": "Forum Related, Feedback, New Feature Requests, Anything related to this forum",
793+
"o-patch": "KUN Visual Novel Patch Related, https://www.moyu.moe, feedback and support services",
792794
"o-other": "Other Content"
793795
},
794796
"contact": {

language/ja-JP.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
"o-daily": "日常",
246246
"o-essay": "個人エッセイ",
247247
"o-forum": "フォーラム関連",
248+
"o-patch": "パッチサイト",
248249
"o-other": "その他"
249250
},
250251
"link": {
@@ -787,6 +788,7 @@
787788
"o-daily": "日常, 生活の中の日常のストーリーを記録",
788789
"o-essay": "個人エッセイ, 何か適当に書いて、思いついたことを言う",
789790
"o-forum": "フォーラム関連, 問題のフィードバック, 新機能リクエスト, このフォーラムに関連するすべて",
791+
"o-patch": "鯤 ギャルゲーム パッチ 関連、https://www.moyu.moe、フィードバックとサポートサービス",
790792
"o-other": "その他の内容"
791793
},
792794
"contact": {

language/zh-CN.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
"o-daily": "日常",
246246
"o-essay": "个人随笔",
247247
"o-forum": "论坛相关",
248+
"o-patch": "补丁网站",
248249
"o-other": "其它"
249250
},
250251
"link": {
@@ -787,6 +788,7 @@
787788
"o-daily": "日常, 记录一下生活中的日常故事",
788789
"o-essay": "个人随笔, 随便写点什么, 想到什么说什么吧",
789790
"o-forum": "论坛相关, 问题反馈, 新功能请求, 与这个论坛相关的一切",
791+
"o-patch": "鲲 Galgame 补丁 网站相关, https://www.moyu.moe, 反馈和帮助服务",
790792
"o-other": "其它内容"
791793
},
792794
"contact": {

language/zh-TW.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
"o-daily": "日常",
246246
"o-essay": "個人隨筆",
247247
"o-forum": "論壇相關",
248+
"o-patch": "補丁網站",
248249
"o-other": "其它"
249250
},
250251
"link": {
@@ -785,6 +786,7 @@
785786
"o-daily": "日常, 記錄一下生活中的日常故事",
786787
"o-essay": "個人隨筆, 隨便寫點什麽, 想到什麽說什麽吧",
787788
"o-forum": "論壇相關, 問題反饋, 新功能請求, 與這個論壇相關的一切",
789+
"o-patch": "鯤 Galgame 補丁 相關, https://www.moyu.moe, 反饋和支援服務",
788790
"o-other": "其它內容"
789791
},
790792
"contact": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kun-galgame-nuxt3",
3-
"version": "2.19.24",
3+
"version": "2.19.25",
44
"packageManager": "[email protected]",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)