Skip to content

Commit

Permalink
Update: Support StarUML 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
X1a0He committed Mar 14, 2024
1 parent 38f302e commit 4785e9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Update-log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log
- 2024-03-14 13:00 Update
```md
1. 更新支持StarUML 6.1.0
2. 更完善的页面汉化显示
3. 由于右下角编辑器部分汉化会出现图变透明情况,所以就算支持,也不会进行汉化
4. 加入应用启动声明弹窗
```

- 2024-03-09 16:40 Add & Update
```md
1. 新增HowToCrack文件夹,存放我对StarUML的分析过程
Expand Down
2 changes: 1 addition & 1 deletion license-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class LicenseManager extends EventEmitter {
var data = fs.readFileSync(file, "utf8");
licenseInfo = JSON.parse(data);
if(licenseInfo.crackedAuthor && licenseInfo.crackedAuthor==="X1a0He") {
app.dialogs.showInfoDialog("StarUML 由 X1a0He 破解汉化且免费开源\nhttps://github.com/X1a0He/StarUML-Translate")
app.dialogs.showInfoDialog("StarUML 由 X1a0He 破解汉化且免费开源仅供学习参考\nhttps://github.com/X1a0He/StarUML-Translate")
}
resolve(licenseInfo);
}
Expand Down

0 comments on commit 4785e9e

Please sign in to comment.