feat(PyramidStore): 初始化项目并添加基础配置文件 添加 .gitignore 忽略子仓库的 .git 目录 添加 LICENSE 文件,使用 GNU General Public License v3.0 添加 README.md 说明文档,包含调试示例、免责声明和配置说明 添加 base/localProxy.py 基础代理配置文件 添加版本控制图片文件(二进制差异) ```
33 lines
705 B
JSON
33 lines
705 B
JSON
{
|
|
"SiteUrl": "https://xhww.net",
|
|
"Domains": [
|
|
"https://xhww.net",
|
|
"https://erxiaofn.click",
|
|
"https://erxiaofn.site",
|
|
"https://www.xhww.net"
|
|
],
|
|
"SiteWord": "ex",
|
|
"SiteName": "二小",
|
|
"Classes": [
|
|
{
|
|
"type_name": "热播资源",
|
|
"type_id": "22"
|
|
},
|
|
{
|
|
"type_name": "二小电影",
|
|
"type_id": "1"
|
|
},
|
|
{
|
|
"type_name": "二小剧集",
|
|
"type_id": "2"
|
|
},
|
|
{
|
|
"type_name": "二小动漫",
|
|
"type_id": "3"
|
|
},
|
|
{
|
|
"type_name": "二小综艺",
|
|
"type_id": "17"
|
|
}
|
|
]
|
|
} |