-
Notifications
You must be signed in to change notification settings - Fork 65
feat: 差分宇宙: 调用 auto simulated universe 项目;识别周奖励进度,添加每周打完14000就溜的选项 #521
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
JoshCai233
wants to merge
40
commits into
OneDragon-Anything:main
Choose a base branch
from
JoshCai233:sim-uni-x
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
40 commits
Select commit
Hold shift + click to select a range
c61ea1a
fix: 挑战关有时候报找不到队伍和支援按钮
JoshCai233 1b3a5be
feat: 差分宇宙: 调用 auto simulated universe 项目, 获取完成次数计入精英怪次数中;
JoshCai233 8d529a2
fix: 选择祝福时先点右下角再点中间, 防止点到查看已有方程
JoshCai233 5352865
fix: 差分宇宙退出确认框下沉
JoshCai233 b370f39
feat: 差分宇宙: 添加 auto simulated universe 配置入口, 以及每周打完14000就溜的选项
JoshCai233 cbff3f6
相关项目添加Auto_Simulated_Universe
JoshCai233 e146c9f
Merge branch 'github-main' into sim-uni-x
JoshCai233 ab3b8e9
差分宇宙-领周奖励
JoshCai233 40bd685
修改注释
JoshCai233 7dcfd2b
(趁着没合并) 修改每周积分奖励代码: period_reward -> points_reward
JoshCai233 acd1e43
规范一下返回值类型
JoshCai233 b0f3fb6
coderabbitai(bot)的相关建议
JoshCai233 6871056
Update src/sr_od/app/sim_uni/sim_uni_config.py
JoshCai233 e0719ad
Update src/sr_od/gui/interface/sim_uni/sim_uni_setting_interface.py
JoshCai233 b1b80a1
Update src/sr_od/app/sim_uni/sim_uni_config.py
JoshCai233 b164bb8
修复 get_bless_pos 返回类型不匹配 (如果没找到祝福选项, 直接找固定高度范围内的字, 找到就点)
JoshCai233 45512e2
fix:不识别14000积分了
JoshCai233 dd7a4b9
增加识别14000积分的等待时间
JoshCai233 66d085a
Merge branch 'github-main' into sim-uni-x
JoshCai233 6d424ae
新版普通副本选择框
JoshCai233 0968a6a
新版本的模拟宇宙tab图标
JoshCai233 101af45
新版本的模拟宇宙入口-部分入口
JoshCai233 af4d3cd
Merge branch 'new_sim_uni_entry' into sim-uni-x
JoshCai233 0f871b8
新版本的模拟宇宙入口-部分入口
JoshCai233 48ac03d
新版本的模拟宇宙入口配置的注释
JoshCai233 871d56b
Merge branch 'new_sim_uni_entry' into sim-uni-x
JoshCai233 7cfb2fd
代码可读性
JoshCai233 bb4f074
Merge branch 'github-main' into sim-uni-x
JoshCai233 63bab3b
合并
JoshCai233 ddac058
尝试删除一些冗余的 self.screenshot()
JoshCai233 c6796da
Merge branch 'less_screenshot' into sim-uni-x
JoshCai233 6074998
尝试再删除一些冗余的 self.screenshot()
JoshCai233 b299f33
Merge branch 'less_screenshot' into sim-uni-x
JoshCai233 bc8c3c4
在按下暂停键时停止 auto_simulated_universe 运行
JoshCai233 f7632ca
Update src/script_chainer/win_exe/script_runner.py
JoshCai233 4206250
恢复判断周期奖励的逻辑
JoshCai233 4108d4d
Merge branch 'sr-main' into sim-uni-x
JoshCai233 2268627
[FIX] 日志打印逻辑
JoshCai233 36a7501
[FIX] 依赖添加
JoshCai233 d07e0b0
移除 script_runner.py 中的打印着色器
JoshCai233 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 |
|---|---|---|
|
|
@@ -76,8 +76,8 @@ area_list: | |
| id_mark: false | ||
| pc_rect: | ||
| - 1740 | ||
| - 720 | ||
| - 1830 | ||
| - 700 | ||
| - 1850 | ||
| - 750 | ||
| text: 支援 | ||
| lcs_percent: 0.5 | ||
|
|
||
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
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
Empty file.
Empty file.
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.