Browse Source

update: add global description in gitbook

master
Dnomd343 2 years ago
parent
commit
2ada3d485e
  1. 3
      src/release/utils/release.py

3
src/release/utils/release.py

@ -69,7 +69,8 @@ def staticDepends(workDir: str, metadata: dict, content: dict) -> None:
bookInfo = json.dumps({
'title': metadata['name'],
'author': metadata['author'],
"language": "zh-hans",
'description': onlineDesc,
'language': 'zh-hans',
'plugins': [
'-lunr', '-search', '-sharing', 'hints', 'github',
'hide-element', 'fontsettings', 'image-captions', 'back-to-top-button'

Loading…
Cancel
Save