Skip to content
Open
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
0377288
feat(resource): 增加项目级多源下载能力
ShadowLemoon Aug 1, 2026
2638d31
refactor(resource): 由框架加载项目模型声明
ShadowLemoon Aug 1, 2026
fa3f171
feat(resource): 加入统一下载队列和更新聚合
ShadowLemoon Aug 1, 2026
f6fa756
refactor(ui): 整合资源管理与下载队列入口
ShadowLemoon Aug 1, 2026
b31b4c5
docs(resource): 补充资源下载与队列设计
ShadowLemoon Aug 1, 2026
44ccef6
ci: 自动构建运行资源 2026-08-02 00:47:54
github-actions[bot] Aug 1, 2026
88c060c
fix: 修复兔子意见
ShadowLemoon Aug 6, 2026
c9d67a7
Merge branch 'main' into refactor/resource-download
ShadowLemoon Aug 7, 2026
addb296
fix: 仅在代码实际更新后显示重启对话框
ShadowLemoon Aug 7, 2026
7d04f1e
fix: 继续修复兔子意见
ShadowLemoon Aug 7, 2026
ef5a31c
fix: 修复回滚备份删除失败
ShadowLemoon Aug 7, 2026
0013757
Merge branch 'main' into refactor/resource-download
ShadowLemoon Aug 11, 2026
ab87aa2
fix: 适配新的主分支获取方式
ShadowLemoon Aug 11, 2026
3fdee62
refactor: 只显示当前运行启动器的下载渠道
ShadowLemoon Aug 11, 2026
bdc5266
fix: 修正下载源配置,移除cpython_source
ShadowLemoon Aug 11, 2026
e8a1de7
Merge branch 'main' into refactor/resource-download
ShadowLemoon Aug 11, 2026
426fdc6
fix: 兼容旧版启动器读取 repository.yml (#2714)
kawayiYokami Aug 11, 2026
3d7b233
fix(资源更新): 修复启动器更新弹窗卡死与重复弹出 (#2715)
kawayiYokami Aug 11, 2026
6576683
fix(代码同步): 失败时展示具体原因而非固定文案 (#2717)
kawayiYokami Aug 11, 2026
c97f7a2
fix: 修复兔子意见(关闭竞态/OCR后台重载/启动器死代码)
ShadowLemoon Aug 11, 2026
69ef03f
fix: 优化ui
ShadowLemoon Aug 11, 2026
f3ea568
fix: 代理风琴卡无的时候禁用展开
ShadowLemoon Aug 19, 2026
cb60c8f
refactor: 重做下载列表样式
ShadowLemoon Aug 19, 2026
febbd9b
ci: 自动构建运行资源 2026-08-19 16:42:16
github-actions[bot] Aug 19, 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
73 changes: 66 additions & 7 deletions config/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env_source:
value: "https://github.com/OneDragon-Anything/OneDragon-Env/releases/download"
cnb:
label: CNB
value: "https://cnb.cool/OneDragon-Anything/OneDragon-Env/releases/download"
value: "https://cnb.cool/OneDragon-Anything/OneDragon-Env/-/releases/download"
gitee:
label: Gitee
value: "https://gitee.com/OneDragon-Anything/OneDragon-Env/releases/download"
Expand All @@ -41,7 +41,7 @@ cpython_source:
value: "https://github.com/astral-sh/python-build-standalone/releases/download"
cnb:
label: CNB
value: "https://cnb.cool/astral-sh/python-build-standalone/releases/download"
value: "https://cnb.cool/astral-sh/python-build-standalone/-/releases/download"
gitee:
label: Gitee
value: "https://gitee.com/OneDragon-Anything/python-build-standalone/releases/download"
Expand All @@ -57,36 +57,95 @@ pip_source:
alibaba:
label: 阿里云
value: "https://mirrors.aliyun.com/pypi/simple"
resource_download:
default: github
options:
github:
label: GitHub
value: "https://example.com/resource"
sources:
github:
label: GitHub
use_proxy: true
cnb:
label: CNB
use_proxy: false
gitee:
label: Gitee
use_proxy: false
recommend:
zh: cnb
en: github
repos:
main:
github: "https://github.com/OneDragon-Anything/ZenlessZoneZero-OneDragon/releases"
cnb: "https://cnb.cool/OneDragon-Anything/ZenlessZoneZero-OneDragon/-/releases"
env:
github: "https://github.com/OneDragon-Anything/OneDragon-Env/releases"
cnb: "https://cnb.cool/OneDragon-Anything/OneDragon-Env/-/releases"
Comment thread
ShadowLemoon marked this conversation as resolved.
gitee: "https://gitee.com/OneDragon-Anything/OneDragon-Env/releases"
yolo:
github: "https://github.com/OneDragon-Anything/OneDragon-YOLO/releases"
cnb: "https://cnb.cool/OneDragon-Anything/OneDragon-YOLO/-/releases"
gitee: "https://gitee.com/OneDragon-Anything/OneDragon-YOLO/releases"
models:
flash_classifier:
label: 闪光识别
default: yolov8n-640-flash-20250921
repo: yolo
tag: zzz_model
gpu_config: flash_classifier_gpu
required_files:
- model.onnx
- labels.csv
hollow_zero_event:
label: 空洞格子识别
default: yolov8s-736-hollow-zero-event-0126
repo: yolo
tag: zzz_model
gpu_config: hollow_zero_event_gpu
required_files:
- model.onnx
- labels.csv
lost_void_det:
label: 迷失之地识别
default: yolov26n-736-lost-void-det-20260630
repo: yolo
tag: zzz_model
gpu_config: lost_void_det_gpu
required_files:
- model.onnx
- labels.csv
regions:
china_cnb:
label: 中国 - CNB
repository: cnb
values:
env_source: "https://cnb.cool/OneDragon-Anything/OneDragon-Env/releases/download"
cpython_source: "https://cnb.cool/astral-sh/python-build-standalone/releases/download"
env_source: "https://cnb.cool/OneDragon-Anything/OneDragon-Env/-/releases/download"
pip_source: "https://mirrors.aliyun.com/pypi/simple"
proxy_type: "None"
resource_source: cnb
china_gitee:
label: 中国 - Gitee
repository: gitee
values:
env_source: "https://gitee.com/OneDragon-Anything/OneDragon-Env/releases/download"
cpython_source: "https://gitee.com/OneDragon-Anything/python-build-standalone/releases/download"
pip_source: "https://mirrors.aliyun.com/pypi/simple"
proxy_type: "None"
resource_source: gitee
china_ghproxy:
label: 中国 - GitHub 代理
repository: github
values:
env_source: "https://github.com/OneDragon-Anything/OneDragon-Env/releases/download"
cpython_source: "https://github.com/astral-sh/python-build-standalone/releases/download"
pip_source: "https://mirrors.aliyun.com/pypi/simple"
proxy_type: ghproxy
resource_source: github
oversea:
label: 海外
repository: github
values:
env_source: "https://github.com/OneDragon-Anything/OneDragon-Env/releases/download"
cpython_source: "https://github.com/astral-sh/python-build-standalone/releases/download"
pip_source: "https://pypi.org/simple"
proxy_type: "None"
resource_source: github
6 changes: 3 additions & 3 deletions deploy/module_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
from PySide6.QtGui import QBrush, QCloseEvent, QColor, QDesktopServices, QDrag, QDragEnterEvent, QDragLeaveEvent, QDragMoveEvent, QDropEvent, QFont, QFontMetrics, QGuiApplication, QIcon, QImage, QIntValidator, QKeyEvent, QKeySequence, QLinearGradient, QMouseEvent, QPaintEvent, QPainter, QPainterPath, QPen, QPixmap, QResizeEvent, QShowEvent, QSyntaxHighlighter, QTextCharFormat, QValidator, QWheelEvent, Qt
from PySide6.QtMultimedia import QMediaPlayer
from PySide6.QtMultimediaWidgets import QGraphicsVideoItem
from PySide6.QtWidgets import QAbstractButton, QAbstractItemView, QAbstractScrollArea, QApplication, QComboBox, QCompleter, QDialog, QFileDialog, QFrame, QGraphicsDropShadowEffect, QGraphicsEffect, QGraphicsOpacityEffect, QGraphicsScene, QGraphicsView, QHBoxLayout, QHeaderView, QInputDialog, QLabel, QLineEdit, QListView, QListWidget, QListWidgetItem, QMessageBox, QPushButton, QScrollArea, QSizePolicy, QSpacerItem, QSpinBox, QStackedWidget, QStyle, QStyledItemDelegate, QTableWidget, QTableWidgetItem, QTextEdit, QToolButton, QVBoxLayout, QWidget
from PySide6.QtWidgets import QAbstractButton, QAbstractItemView, QAbstractScrollArea, QApplication, QComboBox, QCompleter, QDialog, QFileDialog, QFrame, QGraphicsDropShadowEffect, QGraphicsEffect, QGraphicsOpacityEffect, QGraphicsScene, QGraphicsView, QGridLayout, QHBoxLayout, QHeaderView, QInputDialog, QLabel, QLineEdit, QListView, QListWidget, QListWidgetItem, QMessageBox, QPushButton, QScrollArea, QSizePolicy, QSpacerItem, QSpinBox, QStackedWidget, QStyle, QStyledItemDelegate, QTableWidget, QTableWidgetItem, QTextEdit, QToolButton, QVBoxLayout, QWidget
from abc import ABC, abstractmethod
from collections import deque
from collections.abc import Callable, Iterable, Iterator, Sequence
Expand Down Expand Up @@ -108,7 +108,7 @@
from pygit2.enums import CheckoutStrategy, ConfigLevel, ResetMode, SortMode
from pynput import keyboard, mouse
from pynput.keyboard import Controller, Key
from qfluentwidgets import Action, BodyLabel, CaptionLabel, CardWidget, CheckBox, CheckableMenu, ColorDialog, ComboBox, Dialog, DisplayLabel, DoubleSpinBox, EditableComboBox, ExpandSettingCard, FlowLayout, FluentIcon, FluentIconBase, FluentStyleSheet, FluentThemeColor, FluentWindow, FlyoutViewBase, HorizontalFlipView, HyperlinkButton, HyperlinkCard, ImageLabel, IndeterminateProgressBar, IndicatorPosition, InfoBar, InfoBarIcon, InfoBarPosition, LargeTitleLabel, LineEdit, ListItemDelegate, ListWidget, MSFluentWindow, MaskDialogBase, MenuAnimationType, MessageBox, MessageBoxBase, NavigationBar, NavigationBarPushButton, NavigationItemPosition, PillPushButton, PipsPager, PipsScrollButtonDisplayMode, Pivot, PixmapLabel, PlainTextEdit, PopUpAniStackedWidget, PrimaryPushButton, ProgressBar, ProgressRing, PushButton, PushSettingCard, RoundMenu, ScrollArea, SegmentedWidget, SettingCard, SettingCardGroup, SimpleCardWidget, SpinBox, SplashScreen, SplitTitleBar, StrongBodyLabel, StyleSheetBase, SubtitleLabel, SwitchButton, TableWidget, TeachingTip, TeachingTipTailPosition, Theme, TitleLabel, ToolButton, ToolTip, ToolTipFilter, ToolTipPosition, TransparentPushButton, TransparentToolButton, VBoxLayout, drawIcon, getFont, isDarkTheme, qconfig, qrouter, setCustomStyleSheet, setFont, setTheme, setThemeColor, themeColor
from qfluentwidgets import Action, BodyLabel, CaptionLabel, CardWidget, CheckBox, CheckableMenu, ColorDialog, ComboBox, Dialog, DisplayLabel, DoubleSpinBox, EditableComboBox, ExpandSettingCard, FlowLayout, FluentIcon, FluentIconBase, FluentStyleSheet, FluentThemeColor, FluentWindow, FlyoutViewBase, HorizontalFlipView, HorizontalSeparator, HyperlinkButton, HyperlinkCard, ImageLabel, IndeterminateProgressBar, IndicatorPosition, InfoBar, InfoBarIcon, InfoBarPosition, LargeTitleLabel, LineEdit, ListItemDelegate, ListWidget, MSFluentWindow, MaskDialogBase, MenuAnimationType, MessageBox, MessageBoxBase, NavigationBar, NavigationBarPushButton, NavigationItemPosition, PillPushButton, PipsPager, PipsScrollButtonDisplayMode, Pivot, PixmapLabel, PlainTextEdit, PopUpAniStackedWidget, PrimaryPushButton, ProgressBar, ProgressRing, PushButton, PushSettingCard, RoundMenu, ScrollArea, SegmentedWidget, SettingCard, SettingCardGroup, SimpleCardWidget, SpinBox, SplashScreen, SplitTitleBar, StrongBodyLabel, StyleSheetBase, SubtitleLabel, SwitchButton, TableWidget, TeachingTip, TeachingTipTailPosition, Theme, TitleLabel, ToolButton, ToolTip, ToolTipFilter, ToolTipPosition, TransparentPushButton, TransparentToolButton, VBoxLayout, drawIcon, getFont, isDarkTheme, qconfig, qrouter, setCustomStyleSheet, setFont, setTheme, setThemeColor, themeColor
from qfluentwidgets.common.animation import BackgroundAnimationWidget, ScaleSlideAnimation
from qfluentwidgets.common.overload import singledispatchmethod
from qfluentwidgets.common.smooth_scroll import SmoothMode
Expand All @@ -128,6 +128,6 @@
from soundcard.mediafoundation import SoundcardRuntimeWarning
from threading import Event, Lock
from types import ModuleType
from typing import Any, Callable, ClassVar, Dict, IO, Iterable, List, NamedTuple, Optional, Sequence, TYPE_CHECKING, Tuple, Type, TypeVar, Union, cast
from typing import Any, Callable, ClassVar, Dict, IO, Iterable, List, Literal, NamedTuple, Optional, Sequence, TYPE_CHECKING, Tuple, Type, TypeVar, Union, cast
from urllib.parse import urlencode, urlparse
from yaml import CSafeLoader, SafeLoader
2 changes: 1 addition & 1 deletion docs/develop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- **开发环境与工具**:[快速开始](setup/quickstart.md) · [相关仓库](setup/repositories.md) · [AI 编码助手接入](setup/ai_coding.md)
- **编码规范**:[agent_guidelines.md](spec/agent_guidelines.md)
- **开发流程**:[端到端开发流程](development_workflow.md)
- **架构设计**:[一条龙整体架构](one_dragon/one_dragon_architecture.md) · [集成启动器 RuntimeLauncher](one_dragon/runtime_launcher.md) · [Git 服务与代码源回退](one_dragon/modules/git_service.md) · [项目工作目录](one_dragon/modules/work_directory.md) · [模块文档](one_dragon/modules/)
- **架构设计**:[一条龙整体架构](one_dragon/one_dragon_architecture.md) · [集成启动器 RuntimeLauncher](one_dragon/runtime_launcher.md) · [Git 服务与代码源回退](one_dragon/modules/git_service.md) · [资源下载源与候选回退](one_dragon/modules/resource_download.md) · [项目工作目录](one_dragon/modules/work_directory.md) · [模块文档](one_dragon/modules/)
- **开发指引**:[应用插件开发](guides/application_plugin_guide.md) · [应用设置界面](guides/application_setting_guide.md)
- **游戏业务**:[自动战斗](zzz/auto_battle.md) · [进游戏](zzz/enter_game.md) · [转向与灵敏度](zzz/turn_sensitivity.md) · [功能模块](zzz/application/) · [迷失之地](zzz/application/lost_void/) · [后端服务层](zzz/backend/) · [截图存档](zzz/screenshot_archive.md)
- **AI Harness 工程**:[总览与路线图](harness/README.md)
Expand Down
Loading