如何在 docsify.js 上使用深色主题、翻译和搜索?
how to use dark theme, translation and searching on docsify.js?
此处来源:https://github.com/VladKochetov007/quick_trade.github.io
我的树:
project
└── quick_trade.github.io
├── docs
│ ├── .nojekyll
│ ├── index.html
│ └── README.md
└── README.md
在index.html中:
<head>
...
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
...
</head>
上的其他深色主题
此处来源:https://github.com/VladKochetov007/quick_trade.github.io
我的树:
project
└── quick_trade.github.io
├── docs
│ ├── .nojekyll
│ ├── index.html
│ └── README.md
└── README.md
在index.html中:
<head>
...
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
...
</head>
上的其他深色主题