mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix(config): fix config menu name
This commit is contained in:
parent
b97cd8cdbc
commit
b20fe1bb4f
3 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ staticDir = ["../static", "../../assets/others"] # 静态文件目录
|
|||
|
||||
[[menu.main]]
|
||||
identifier = "categories"
|
||||
name = "目录"
|
||||
name = "分类"
|
||||
url = "categories"
|
||||
weight = 3
|
||||
|
||||
|
|
|
@ -425,7 +425,7 @@ __~~*删除线 倾斜 1 加粗 2*~~__ 和 *~~__删除线 倾斜 1 加粗 2__~~*
|
|||
|
||||
```markdown
|
||||
Web image
|
||||
![Web Picture](http://www.revolunet.com/static/parisjs8/img/logo-revolunet-carre.jpg "Web Picture")
|
||||
![Web Picture](https://static.dillonzq.com/images/20190817130904-U6cPUk.jpg "Web Picture")
|
||||
|
||||
Local image
|
||||
![Local Picture](logo-revolunet-carre.jpg "Local Picture")
|
||||
|
@ -446,7 +446,7 @@ With this link (https://github.com/revolunet/sublimetext-markdown-preview/), it
|
|||
```
|
||||
|
||||
Web image
|
||||
![Web Picture](http://www.revolunet.com/static/parisjs8/img/logo-revolunet-carre.jpg "Web Picture")
|
||||
![Web Picture](https://static.dillonzq.com/images/20190817130904-U6cPUk.jpg "Web Picture")
|
||||
|
||||
Local image
|
||||
![Local Picture](/苹果-touch-icon.png "Local Picture")
|
||||
|
|
Loading…
Reference in a new issue