feat: add user_template setting (#36)

This commit is contained in:
仓鼠
2024-12-07 01:17:00 +08:00
committed by GitHub
parent d702996021
commit c01a48cab9
6 changed files with 116 additions and 4 deletions
+9 -1
View File
@@ -152,5 +152,13 @@
"NewUser": "新用户",
"Count": "计数",
"LastBlockReason": "最后封禁原因",
"LastBlockTime": "最后封禁时间"
"LastBlockTime": "最后封禁时间",
"Theme": "主题",
"Author": "作者",
"Repository": "仓库",
"Community": "社区",
"Official": "官方",
"CommunityThemeWarning": "正在使用社区主题",
"CommunityThemeDescription": "社区主题未经官方审计,需自行甄别风险。",
"Cancel": "取消"
}