feat: add tmp/ directory for temp files and cookie, add .gitignore
- tmp/ 用于存放临时文件(文档缓存、cookie等),已加入 .gitignore - 文档中所有临时文件和 cookie 路径统一指向 tmp/ - SKILL.md 架构图增加 tmp/ 说明 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -69,7 +69,7 @@ mcporter call 'netdisk.list(cloud: "quark", path: "/目标目录")'
|
||||
|
||||
```bash
|
||||
# 从文件读取避免泄露(推荐)
|
||||
COOKIE=$(cat cookie/quark.txt)
|
||||
COOKIE=$(cat tmp/cookie_quark.txt)
|
||||
|
||||
# 或直接写入(注意命令行历史)
|
||||
# COOKIE="你的夸克Cookie"
|
||||
|
||||
Reference in New Issue
Block a user