mirror of
https://github.com/ColdeZhang/Dominion.git
synced 2024-12-27 23:54:38 +08:00
21 lines
351 B
JSON
21 lines
351 B
JSON
|
{
|
||
|
"plugins": [
|
||
|
"chapter-fold",
|
||
|
"sidebar-style",
|
||
|
"code",
|
||
|
"github"
|
||
|
],
|
||
|
"pluginsConfig": {
|
||
|
"sidebar-style": {
|
||
|
"title": "Dominion",
|
||
|
"author": "zhangyuheng"
|
||
|
},
|
||
|
"code": {
|
||
|
"lineNumbers": true,
|
||
|
"copyButtons": true
|
||
|
},
|
||
|
"github": {
|
||
|
"url": "https://github.com/ColdeZhang/Dominion"
|
||
|
}
|
||
|
}
|
||
|
}
|