From 2abe809f59f4c6c87ffa5f64a724d119467179bc Mon Sep 17 00:00:00 2001 From: Shawn <97796289+ShawnNotFound@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:06:16 +0800 Subject: [PATCH] Create theme.md --- .../current/plugin-list/theme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/plugin-list/theme.md diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/plugin-list/theme.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/plugin-list/theme.md new file mode 100644 index 00000000..68610b0c --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/plugin-list/theme.md @@ -0,0 +1,19 @@ +--- +sidebar_position: 2 +title: 自定义主题 (2) +--- + +### com.msgbyte.theme.genshin 原神主题 + +原神主题 + +- [Source Code](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.theme.genshin) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.theme.genshin/manifest.json) + + +### com.msgbyte.theme.miku Miku初音未来主题 + +初音未来主题,支持亮色与暗色 + +- [Source Code](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.theme.miku) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.theme.miku/manifest.json)