Skip to content

Commit

Permalink
chore: Refactor project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Jan 4, 2024
1 parent 96084fa commit 8d1a768
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ proxy:
enabled: false
username: proxy-username
password: proxy-password

advance:
# Remove unused field after injection.
# If any 'NoSuchFieldException' or 'IllegalAccessException' occurred, try to set this to false.
remove-unused-field: true
```
## Open Source Licence
Expand Down
5 changes: 5 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ proxy:
enabled: false
username: proxy-username
password: proxy-password

advance:
# 注入成功后去除未使用的常量,以释放内存。
# 如果出现了类似 'NoSuchFieldException' 或 'IllegalAccessException' 的报错,请将此设为“false”。
remove-unused-field: true
```
## 开源协议
Expand Down

0 comments on commit 8d1a768

Please sign in to comment.