Scripts Collection实用脚本集合
其实就是我写过的💩
这是一个我写的💩的集合,但是带有一点点实用性。
本项目是一个基于 VitePress 构建的静态文档站点,用于展示和管理各种实用的脚本(Shell / Python 等)。站点支持多语言切换(中文、英文、日语),提供清晰的文档结构和友好的用户界面。
站点采用清晰的目录结构:
docs/
├── index.md # 首页
├── scripts/ # 脚本文档
│ ├── index.md # 脚本概览
│ └── *.md # 各脚本详细文档
├── en/ # 英文文档
│ ├── index.md
│ └── scripts/
└── ja/ # 日语文档
├── index.md
└── scripts/本站点提供多个访问地址:
每个脚本文档页面都提供了从 CNB 和 GitHub 获取脚本的方法(支持 Shell / Python 等):
# 从 CNB 获取(Shell 脚本示例)
wget https://cnb.cool/SDCOM/shit/-/git/raw/main/script/kill_app.sh
# 从 CNB 获取(Python 脚本示例)
wget https://cnb.cool/SDCOM/shit/-/git/raw/main/script/download_cbz_interactive.py
# 从 GitHub 获取(Shell 脚本示例)
wget https://github.com/SDCOM-0415/shit/raw/refs/heads/main/script/kill_app.sh
# 从 GitHub 获取(Python 脚本示例)
wget https://github.com/SDCOM-0415/shit/raw/refs/heads/main/script/download_cbz_interactive.pySDCOM