Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8dd33a9
共建计划入口
forceOfPx Jan 16, 2026
688587d
共建计划页面
forceOfPx Jan 16, 2026
6fc2e18
共建计划总开关状态
forceOfPx Jan 16, 2026
80443b8
读取磁盘剩余空间
forceOfPx Jan 16, 2026
d49c61f
托盘化
forceOfPx Jan 16, 2026
2002c01
托盘逻辑修复
forceOfPx Jan 16, 2026
3cb8250
托盘选项
forceOfPx Jan 16, 2026
6c70518
feat: add launcher and P2P download updates for Obsidian and LLMstudio
yvbopeng Jan 19, 2026
17472b5
fix: prevent duplicate resolve and file handle leaks in WebTorrent op…
yvbopeng Jan 23, 2026
726b3b5
feat(webtorrent): add upload control capability
yvbopeng Jan 23, 2026
5ca09af
Merge branch 'main' into feat/p2p_config_page
forceOfPx Jan 23, 2026
902a45f
merge fix
forceOfPx Jan 23, 2026
9f22a84
feat: replace linear progress bars with circular progress
yvbopeng Jan 23, 2026
cac4429
refactor: centralize WebTorrent configuration management
yvbopeng Jan 30, 2026
40234d1
feat: add cancel download button for Obsidian, LM Studio and launcher…
yvbopeng Jan 30, 2026
73908c9
feat: support background download state recovery for WebTorrent downl…
yvbopeng Jan 30, 2026
adc3787
fix(lm-service): fix incorrect LMStudio installation status display o…
yvbopeng Jan 30, 2026
a5bb6b7
feat: add persistent logging to launcher update module
yvbopeng Jan 30, 2026
d2442a7
feat: configure Squirrel builder for auto-updates
yvbopeng Jan 31, 2026
7e5569f
refactor(launcher-update): use Squirrel for Windows updates instead o…
yvbopeng Jan 31, 2026
b79f311
refactor(update): replace Squirrel with custom ZIP-based updater
yvbopeng Feb 2, 2026
17c2601
refactor(update): replace Squirrel with custom ZIP-based updater
yvbopeng Feb 2, 2026
e6f43fc
feat(update): implement atomic update with rollback and safety checks
yvbopeng Feb 2, 2026
7ef51e2
Merge remote-tracking branch 'yvbopeng/feat/p2p-updater' into merge-test
shiftonetothree Feb 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,8 @@ external-resources/dlc/**/*.mp4
external-resources/dlc/**/*.tar
external-resources/dlc/**/*.zip
external-resources/dlc/**/*.sql
external-resources/dlc/**/*.torrent
external-resources/dlc/**/*.torrent

# 忽略启动器更新临时目录
update-temp/
update.bat
39 changes: 36 additions & 3 deletions external-resources/dlc/dlc-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"2.0.0": {
"magnet": "magnet:?xt=urn:btih:a7f8c85dcef68ae7958f0f3548603ea9016897df&dn=ala-training-v2.0.0.tar&tr=wss%3A%2F%2Flearning.panchuantech.cn%2Fannounce",
"comment": "第一个版本",
"riquire":{}
"require": {}
},
"2.0.2": {
"magnet": "magnet:?xt=urn:btih:98995512a1cf581a1baea19132b1a6550ec424fc&dn=ala-training-v2.0.2.tar&tr=wss%3A%2F%2Flearning.panchuantech.cn%2Fannounce",
"comment": "相比上一个版本修复了一些问题",
"riquire":{}
"require": {}
}
}
},
Expand All @@ -22,10 +22,43 @@
"2.0.2": {
"magnet": "magnet:?xt=urn:btih:cff0fb96747c5fc4696af4c9fa8cd30330050250&dn=ai_learning_assistant.sql&tr=wss%3A%2F%2Flearning.panchuantech.cn%2Fannounce&tr=wss%3A%2F%2F114.66.58.95%3A17853%2Fannounce",
"comment": "第一个版本",
"riquire":{
"require": {
"TRAINING_TAR": "^2.0.0"
}
}
}
},
{
"id": "AI_LEARNING_ASSISTANT_LAUNCHER",
"name": "AI学习助手启动器",
"versions": {
"2.0.2": {
"magnet": "magnet:?xt=urn:btih:30469d14ed0eaf65f88d6a2c51cea9888c4a2ff7&dn=AI-Learning-Assistant-Launcher-win32-x64-2.0.2-p2p.zip&tr=wss%3A%2F%2Flearning.panchuantech.cn%2Fannounce&tr=wss%3A%2F%2F114.66.58.95%3A17853%2Fannounce",
"comment": "测试更新使用版本",
"require": {}
}
}
},
{
"id": "OBSIDIAN_SETUP_EXE",
"name": "obsidian 安装程序",
"versions": {
"1.8.10": {
"magnet": "magnet:?xt=urn:btih:c05567b4ca6b53f73b0902824a3098713673f907&dn=install_obsidian.exe&tr=wss%3A%2F%2Flearning.panchuantech.cn%2Fannounce&tr=wss%3A%2F%2F114.66.58.95%3A17853%2Fannounce",
"comment": "第一个版本",
"require": {}
}
}
},
{
"id": "LM_STUDIO_SETUP_EXE",
"name": "lm studio 安装程序",
"versions": {
"0.3.23": {
"magnet": "magnet:?xt=urn:btih:c368d43704e39686c8904d19816f20c08803d5c3&dn=install_lm_studio.exe&tr=wss%3A%2F%2Flearning.panchuantech.cn%2Fannounce&tr=wss%3A%2F%2F114.66.58.95%3A17853%2Fannounce",
"comment": "第一个版本",
"require": {}
}
}
}
]
Binary file added icons/joint_build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading