Skip to content

Commit 674ae4d

Browse files
authored
🔀 Merge pull request #56 from BakaCookie520/main
📝 docs(README):增加提取功能说明
2 parents 515a03e + 6cc4044 commit 674ae4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ python lang.py --find "term1" "term2"
5656
| `--style` | `-s` | 样式修改 | `python lang.py -ls` |
5757
| `--restore` | `-r` | 还原操作 | `python lang.py -r` |
5858
| `--find <关键词...>` | `-f` | 多条件联合搜索 | `python lang.py -f "term1" "term2"` |
59+
| `--find extract` || 提取所有可能的字符串 | `python lang.py --find extract` |
5960

6061
## 📂 规则文件结构
6162

@@ -65,6 +66,9 @@ rules/
6566
├── localize.txt # 汉化规则(-l/--localize时加载)
6667
├── skip_login.txt # 登录跳过规则(-k/--skip-login时加载)
6768
└── style.txt # 样式修改规则(-s/--style时加载)
69+
extract/
70+
├── app.asar.unpack #解包出的所有文件
71+
└── allstring.txt #所有可能的字符串
6872
```
6973

7074
## 🤷 手动汉化

0 commit comments

Comments
 (0)