Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Detritalw authored Jan 26, 2025
1 parent 866557b commit e0ca31e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 430 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
- [x] 启动 Minecraft
- [x] Minecraft 数据查询
- [x] 日志
- [x] 支持深浅色
- [x] 离线登录
- [x] 支持深浅色
- [ ] 百络谷通行证登录
- [ ] 微软账户登录
- [x] 离线登录
- [ ] ……
## 软件截图
#### 主界面
Expand All @@ -57,7 +57,7 @@
## 致谢以下存储库或项目
- [PyQt5](https://www.riverbankcomputing.com/static/Docs/PyQt5/)
- [PyQt Fluent Widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets)
- [SF Symbols](https://developer.apple.com/cn/sf-symbols/)
- [SF Symbols](https://developer.apple.com/cn/sf-symbols/)
- [Console Minecraft Launcher](https://github.com/MrShieh-X/console-minecraft-launcher)
- [Class Widgets](https://github.com/Class-Widgets/Class-Widgets)
## 相关链接
Expand Down
3 changes: 2 additions & 1 deletion cmcl.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"exitWithMinecraft": false,
"selectedVersion": "1.21.4",
"javaPath": "C:\\Program Files\\Zulu\\zulu-21\\bin\\java.exe",
"language": "zh",
"downloadSource": 1,
"checkAccountBeforeStart": "false",
"accounts": [{
"playerName": "Bloret_Player",
"playerName": "Detritalw",
"loginMethod": 0,
"selected": true
}],
Expand Down
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
minecraft-part = I:\Work\Bloret-Launcher\.minecraft
minecraft-part = C:\Users\Admin\Desktop\Bloret-Launcher\.minecraft

Loading

0 comments on commit e0ca31e

Please sign in to comment.