资料来源:https://github.com/VladKochetov007/quick_trade.github.io
我的树:
project
└── quick_trade.github.io
├── docs
│ ├── .nojekyll
│ ├── index.html
│ └── README.md
└── README.md发布于 2021-06-15 02:12:04
在index.html中:
<head>
...
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
...
</head>或https://docsify.js.org/#/themes上的其他黑暗主题
https://stackoverflow.com/questions/63235790
复制相似问题