-
Notifications
You must be signed in to change notification settings - Fork 10
feat: 支持自更新 & 使用目录打包形式 #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ShadowLemoon
wants to merge
23
commits into
main
Choose a base branch
from
refactor/onedir
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
55e3489
refactor: 添加获取资源路径函数,exe旁边找不到的时候回退到MEIPASS
ShadowLemoon e2bdac1
refactor: 使用onedir模式避免反复解压
ShadowLemoon ad5083e
ci: 更新打包流程适应目录打包形式
ShadowLemoon 21dec9a
feat: 同步从MEIPASS获取资源的变动
ShadowLemoon ce04c5b
refactor: yaml回退移到config层
ShadowLemoon 60ede42
feat: 从GitHub拉取更新
ShadowLemoon 2491e3e
perf: 读取yaml返回深拷贝
ShadowLemoon c276a3a
ci: 修复上传
ShadowLemoon 2aed4ac
feat: 添加检查更新
ShadowLemoon 9e331f2
feat: 后台更新ghproxy链接
ShadowLemoon 2ff3681
fix: address GitHub update review feedback
ShadowLemoon 788714b
fix: 获取不到图像的时候不创建图像组件
ShadowLemoon 84dd56b
fix: yaml失效缓存
ShadowLemoon 23e8a6b
Merge branch 'main' into refactor/onedir
ShadowLemoon fe4d514
chore: 删除一个令人误解的提示
ShadowLemoon 952f5d2
同步框架
ShadowLemoon 91526f1
fix: 修复传入None的时候走系统代理
ShadowLemoon 2b014b8
feat: 使用通用下载器并添加取消功能
ShadowLemoon d347c06
chore: 添加自更新提示
ShadowLemoon 1ca4e93
fix(one_dragon): 强化代理刷新与下载检查
ShadowLemoon 749fef7
fix(script_chainer): 避免重复自动刷新 ghproxy
ShadowLemoon f6d7d42
fix(one_dragon): 保持 onedir 的 YAML 兼容性
ShadowLemoon 3117b83
feat(one_dragon): 同步框架变更
ShadowLemoon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,4 +12,5 @@ __pycache__/ | |
| .log/ | ||
| config/script_chain/ | ||
| config/custom.yml | ||
| config/push.yml | ||
| config/push.yml | ||
| config/env.yml | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,6 @@ github_ssh_repository: "[email protected]:OneDragon-Anything/OneDragon-ScriptChaine | |
| gitee_https_repository: "https://gitee.com/OneDragon-Anything/OneDragon-ScriptChainer.git" | ||
| gitee_ssh_repository: "[email protected]:OneDragon-Anything/OneDragon-ScriptChainer.git" | ||
| project_git_branch: "main" | ||
| requirements: "requirements-prod.txt" | ||
| screen_standard_width: 1920 | ||
| screen_standard_height: 1080 | ||
| pip_source: "https://pypi.tuna.tsinghua.edu.cn/simple" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.