init biliup-next

This commit is contained in:
theshy
2026-04-01 00:44:58 +08:00
commit d0cf1fd0df
127 changed files with 15582 additions and 0 deletions

16
runtime/README.md Normal file
View File

@ -0,0 +1,16 @@
# runtime
这个目录用于存放 `biliup-next` 的本地运行资产。
推荐放在这里的内容:
- `cookies.json`
- `upload_config.json`
- `biliup`
可通过以下命令从父项目导入当前可用版本:
```bash
cd /home/theshy/biliup/biliup-next
./.venv/bin/biliup-next sync-legacy-assets
```