mirror of
https://github.com/nianzhibai/91.git
synced 2026-06-15 00:44:30 +08:00
738406162a
Add backend blacklist tombstone APIs and hidden-video migration support. Update the admin video management UI with blacklist tabs, restore actions, alignment fixes, responsive layout polish, and regression coverage.
53 lines
944 B
Plaintext
53 lines
944 B
Plaintext
node_modules
|
|
dist
|
|
.vite
|
|
*.log
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# 第三方源码参考,可选,详见 vendor-refs/README.md
|
|
vendor-refs/
|
|
OpenList-4.2.1/
|
|
|
|
# 后端数据目录(SQLite + teaser/封面)
|
|
backend/data/
|
|
backend/config.yaml
|
|
|
|
# 工具链
|
|
tools/
|
|
|
|
# 注意:backend/vendor/ 是 Go modules vendor 目录,故意入库
|
|
# 目的是让任何人 clone 后断网也能直接 go build
|
|
# 不要加 `vendor/` 或 `backend/vendor/` 到这里
|
|
|
|
# 编译产物
|
|
backend/server
|
|
backend/server.*
|
|
release/
|
|
tsconfig.tsbuildinfo
|
|
tmp/
|
|
|
|
# 91 爬虫脚本独立运行时的默认输出文件(backend 跑时会显式 --output 到 backend/data/spider91/,所以不会落在这里)
|
|
91porn_videos.json
|
|
91VideoSpider/91porn_videos.json
|
|
91VideoSpider/data/
|
|
91VideoSpider/__pycache__/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Local scratch images
|
|
/*.png
|
|
/*.jpg
|
|
/*.jpeg
|
|
/*.gif
|
|
/*.webp
|
|
/*.bmp
|
|
/*.ico
|
|
/image.jpg
|
|
/image003.jpg
|
|
/image004.jpg
|
|
/image005.png
|
|
/image006.png
|
|
/image02.png
|