We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 515a03e + 6cc4044 commit 674ae4dCopy full SHA for 674ae4d
README.md
@@ -56,6 +56,7 @@ python lang.py --find "term1" "term2"
56
| `--style` | `-s` | 样式修改 | `python lang.py -ls` |
57
| `--restore` | `-r` | 还原操作 | `python lang.py -r` |
58
| `--find <关键词...>` | `-f` | 多条件联合搜索 | `python lang.py -f "term1" "term2"` |
59
+| `--find extract` | 无 | 提取所有可能的字符串 | `python lang.py --find extract` |
60
61
## 📂 规则文件结构
62
@@ -65,6 +66,9 @@ rules/
65
66
├── localize.txt # 汉化规则(-l/--localize时加载)
67
├── skip_login.txt # 登录跳过规则(-k/--skip-login时加载)
68
└── style.txt # 样式修改规则(-s/--style时加载)
69
+extract/
70
+├── app.asar.unpack #解包出的所有文件
71
+└── allstring.txt #所有可能的字符串
72
```
73
74
## 🤷 手动汉化
0 commit comments