feat: add yunpan1 search source

- sites/yunpan1/v1/: 新增云盘资源分享社区搜索源
  - intro.md: 论坛介绍、板块列表
  - urls.md: 站点链接、Cookie 维护说明
  - usage.md: 搜索脚本使用、登录流程
  - yunpan1_search.py: Python 搜索脚本(标准库零依赖)
- .gitignore: 追加 .idea/ __pycache__/ *.pyc

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 20:44:28 +08:00
parent a39547f5f6
commit ecc1b9d6dc
5 changed files with 265 additions and 0 deletions
+3
View File
@@ -1,2 +1,5 @@
# 临时文件 / 配置文件,不纳入版本管理
tmp/
.idea/
__pycache__/
*.pyc