Skip to content

Commit 0354576

Browse files
committed
优化 节点重命名及emoji正则
1 parent 753b88c commit 0354576

16 files changed

+2730
-2071
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Ignore generated results for test runs
2+
/Subconverter-base/results.json
3+
/Subconverter-base/results.txt
4+
5+
# Python defaults
6+
__pycache__/
7+
*.py[cod]
8+
*.so
9+
10+
# Editor/OS files
11+
.DS_Store
12+
Thumbs.db
13+
14+
# Virtual envs
15+
venv/
16+
.env
17+
18+
# Logs and temp
19+
*.log
20+
*.tmp

Subconverter-base/AIO-NoReject.ini

Lines changed: 128 additions & 129 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)