-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# TY | ||
TY something | ||
## HOW TO USE/咋用 | ||
|
||
1. 想办法找到我重新打包的补丁 | ||
|
||
Try to find my repackaged patch file | ||
|
||
2. 复制`离线注册`中的`机器码` | ||
|
||
Copy the `machine code` in `offline registration` | ||
|
||
3. 在本项目的`issue`中按要求填写`机器码`和希望自定义的`用户名`和`序列号` | ||
|
||
Fill in the `machine code` as well as `username` and `serial number` you want to customize in the `issue` of this project as required | ||
|
||
4. 🎉畅享🥳 | ||
|
||
🎉enjoy it!🥳 | ||
|
||
## ABOUT UPDATE/关于更新 | ||
|
||
使用`host`屏蔽不定期更新检测(懒,没有从代码中去掉) | ||
|
||
Use `host` to block irregular update detection (too lazy, so that did not remove them from the code) | ||
|
||
``` | ||
0.0.0.0 store.typora.io | ||
0.0.0.0 dian.typora.com.cn | ||
0.0.0.0 typora.com.cn | ||
``` | ||
|
||
有空会编写自动更新脚本,有更新时会自动/手动重新打包到GitHub中,所以`watch`就好 | ||
|
||
I'll write an automatic update script, when I'm free, and when there is an update, it will be automatically/manually repackaged into GitHub, so don't forget to `watch` me |