mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 18:59:31 +08:00
fix wrong codeblock
This commit is contained in:
parent
412977735d
commit
3dcc661557
2 changed files with 117 additions and 2 deletions
|
@ -105,7 +105,7 @@ cd static
|
||||||
在 themes 文件夹下放主题 json 文档,然后在
|
在 themes 文件夹下放主题 json 文档,然后在
|
||||||
Styles.json 默认下添加自定义主题路径:
|
Styles.json 默认下添加自定义主题路径:
|
||||||
|
|
||||||
```json style.json
|
```json
|
||||||
{
|
{
|
||||||
"pleroma-dark": ["Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070", "#d31014", "#0fa00f", "#0095ff", "#ffa500"],
|
"pleroma-dark": ["Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070", "#d31014", "#0fa00f", "#0095ff", "#ffa500"],
|
||||||
"pleroma-light": ["Pleroma Light", "#f2f4f6", "#dbe0e8", "#304055", "#f86f0f", "#d31014", "#0fa00f", "#0095ff", "#ffa500"],
|
"pleroma-light": ["Pleroma Light", "#f2f4f6", "#dbe0e8", "#304055", "#f86f0f", "#d31014", "#0fa00f", "#0095ff", "#ffa500"],
|
||||||
|
@ -119,7 +119,7 @@ Styles.json 默认下添加自定义主题路径:
|
||||||
"breezy-dark": "/static/themes/breezy-dark.json",
|
"breezy-dark": "/static/themes/breezy-dark.json",
|
||||||
"breezy-light": "/static/themes/breezy-light.json",
|
"breezy-light": "/static/themes/breezy-light.json",
|
||||||
"mammal": "/static/themes/mammal.json",
|
"mammal": "/static/themes/mammal.json",
|
||||||
"你的主题名字": "/static/themes/my-awesome-theme.json" ///主题路径
|
"你的主题名字": "/static/themes/my-awesome-theme.json"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
115
vite.config.ts.timestamp-1673596894520.mjs
Normal file
115
vite.config.ts.timestamp-1673596894520.mjs
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue