Files
koring-launcher/pnpm-workspace.yaml
T
dream_pep 1cf906d0db Integrate @xmcl/task, import instances & UI updates
Add a new xmcl task system and instance-import workflow. Introduces electron/core/task.ts with @xmcl/task executors (install, sims), task lifecycle IPC (start/pause/resume/cancel) and stage mapping. Detect mod loaders in instance scanner and add importExistingInstance with IPC. Update front-end task store, types and UI (TaskButton, TaskCard, TaskQueue, TaskDebug) to support paused state, xmcl path/state and pause/resume actions. Improve game-dir UI with loader badges and bulk import. Small UX/dialog tweaks (alert-dialog, About) and dependency/pnpm workspace updates. Adds Koring.yml theme default.
2026-08-16 14:32:27 +08:00

21 lines
1.0 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# // __ __ __ __ ______ __ __ ______ __ __ ______ ______
# // /\ \ /\ \ /\ "-.\ \ /\ ___\ /\ \/ / /\ ___\ /\ "-.\ \ /\ ___\ /\__ _\
# // \ \ \____ \ \ \ \ \ \-. \ \ \ \__ \ \ \ _"-. \ \ __\ \ \ \-. \ \ \ __\ \/_/\ \/
# // \ \_____\ \ \_\ \ \_\\"\_\ \ \_____\ \ \_\ \_\ \ \_____\ \ \_\\"\_\ \ \_____\ \ \_\
# // \/_____/ \/_/ \/_/ \/_/ \/_____/ \/_/\/_/ \/_____/ \/_/ \/_/ \/_____/ \/_/
# //
# // 所有权利归Lingke Network (china)所有 | dream_pep拥有其艺术改变权力
# // 未经允许的情况下删除此版权头可能会受到民事指控
# // 请勿在未经Lingke Network (china)允许的范围内修改代码并分发
# pnpm 10+ 工作区配置
# onlyBuiltDependenciespnpm 10 早期版本的构建脚本允许列表
onlyBuiltDependencies:
- electron
- esbuild
# allowBuildspnpm 10.29+ / 11 的构建脚本最终授权(包名 → 是否允许执行 postinstall
allowBuilds:
electron: true
esbuild: true