summaryrefslogtreecommitdiff
path: root/docs/locales/zh/admin/themes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/locales/zh/admin/themes.md')
-rw-r--r--docs/locales/zh/admin/themes.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/locales/zh/admin/themes.md b/docs/locales/zh/admin/themes.md
new file mode 100644
index 000000000..baa79ad8a
--- /dev/null
+++ b/docs/locales/zh/admin/themes.md
@@ -0,0 +1,13 @@
+# 主题
+
+你在本站的用户可以从 `web/assets/themes` 目录中的任何 CSS 文件中选择一个主题来装饰他们的个人资料。
+
+GoToSocial 自带了一些主题文件,但你可以通过以下方式添加更多:
+
+1. 在 `web/assets/themes` 中创建一个文件,例如 `new-theme.css`。
+2. (可选)在你的主题文件顶部加入以下注释来给你的主题命名和描述:
+ ```css
+ /*
+ theme-title: 新主题
+ theme-description: 这是一个示例主题。
+ */