Skip to content

Commit

Permalink
修复hotfix文档错误
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed Dec 24, 2024
1 parent 4686593 commit fea2456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/business/hotfix.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Hotfix技术即为专门解决此类动态修复bug的场合。它可以运行
## 优点

- 动态修复代码bug,不需要重启游戏App
- 可以修复热更新程序集(包括旗舰版本的DHE程序集)中任何代码,包括静态成员函数、泛型函数、异步函数等待
- 可以修复热更新程序集(包括旗舰版本的DHE程序集)中任何代码,包括静态成员函数、泛型函数、异步函数等等
- 使用简单,对业务代码无入侵,不需要修改任何业务代码
- 不限制修复次数,可以在app运行过程中多次修复。比如说发布v1版本修复后,又发现其他bug,接着发布v2版本修复

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Hotfix technology specifically addresses these scenarios for dynamic bug patchin
## Advantages

- Dynamically fix code bugs without restarting the game app.
- Can fix any code in hot update assemblies (including the flagship DHE assemblies), such as static member functions, generic functions, and asynchronous function waits.
- Can fix any code in hot update assemblies (including the flagship DHE assemblies), such as static member functions, generic functions, and asynchronous function.
- Simple to use, non-intrusive to business logic, and does not require modifying any business code.
- Unlimited fixes during app runtime. For example, after releasing version v1 with fixes, further bugs can be patched with a subsequent v2 release.

Expand Down

0 comments on commit fea2456

Please sign in to comment.