【速度暂停根因】onYearPaper 岁末族簿弹出时强制 speed:0——缓行一年整遇年报即'自动变暂停' → 修复:年报不打断自动速度(弹窗与时间流解耦;玩家随手翻页) 【弹框层级根因】MemberModal/EventModal 渲染于 .main-left(z-index:1) 内部, 层叠上下文被 tabs(z-index:2) 压制——'弹框出现在宗族/谱系菜单下面' → 修复:ModalShell 全量走 React Portal 到 document.body(免疫一切祖先层叠上下文) + .modal-outer z-index 50→100 双保险 【测试】1018 全绿(纯 UI 修复,引擎基线 0.1.21 不动);build 通过
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "chronicle-of-the-immortal-clan",
|
|
"productName": "仙途家族志",
|
|
"version": "0.1.22",
|
|
"description": "修仙 · 家族 · 经营 · 战斗 模拟器",
|
|
"main": "./out/main/index.js",
|
|
"author": "MetonaTeam",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "electron-vite dev",
|
|
"build": "electron-vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"package": "npm run build && electron-builder",
|
|
"verify": "node scripts/verify-release.mjs",
|
|
"verify:package": "node scripts/verify-release.mjs --package",
|
|
"gen:art": "node scripts/gen-art.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@metona-team/metona-sqlark": "0.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.0",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"electron": "^33.2.1",
|
|
"electron-builder": "^25.1.8",
|
|
"electron-vite": "^2.3.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.11",
|
|
"vitest": "^2.1.8",
|
|
"zustand": "^5.0.2"
|
|
},
|
|
"allowScripts": {
|
|
"electron@33.4.11": true,
|
|
"esbuild@0.21.5": true
|
|
}
|
|
} |