This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import argparse | |
| import os | |
| import zipfile | |
| import xml.etree.ElementTree as ET | |
| from pathlib import Path, PurePosixPath | |
| import sys | |
| from urllib.parse import unquote | |
| import re |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Catppuccin Latte (Light) & Macchiato (Dark) for Cherry Studio */ | |
| body[theme-mode="light"] { | |
| --color-background: #eff1f5; | |
| --color-background-soft: #e6e9ef; | |
| --color-background-mute: #dce0e8; | |
| --color-background-opacity: rgba(239, 241, 245, 0.7); | |
| --color-text-1: #4c4f69; | |
| --color-text-2: #5c5f77; | |
| --color-text-3: #6c6f85; | |
| --color-primary: #40a02b; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 全本下载 | |
| http://dl.wenku8.com/down.php?type=utf8&id=书号&fname=书名 | |
| type: txt/utf8/big5 | |
| 分卷下载 | |
| http://dl.wenku8.com/packtxt.php?aid=书号&vid=卷号&aname=书名&vname=卷名&charset=utf-8 | |
| aid: 本书编号 | |
| vid: 本卷第1章编号-1 | |
| aname: 书名 | |
| vname: 卷名 |