Hui Hui
Hui Hui
其实可以把软体生成的配置文件放在 `/sdcard/Android/` 下 而不是 `/data/data/` 里 这样就可以进行简单的编辑而软体不用进行大改动 又或者是可以在软体的查看配置中支持复制/导出操作 这样在譬如要临时修改路由,修改端口,修改host,修改dns,修改加密方法之类的操作时就会大大简便
`require` is a special keyword; using the require function causes typescript to infer that this file is a module, thus losing the ability to infer global variables. If you need...
just a reference for you. ``` my-domains ├── .gitignore ├── .gitlab-ci.yml ├── creds.json ├── dnsconfig.js ├── spfcache.json ├── tsconfig.json ├── types-dnscontrol.d.ts └── zones ├── example.com.js ├── other... ``` `tsconfig.json` should...