mirror of
https://github.com/ColdeZhang/Dominion.git
synced 2024-12-20 17:09:06 +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"
|
|
}
|
|
}
|
|
} |