0.1.40 FINAL: 版本号统一更新(7处) + 金钟罩基线重算(18指纹) + 4测试文件基线同步(版本号/指纹/顶峰衰概率容错)

This commit is contained in:
2026-09-13 14:31:00 +08:00
parent 989bc3f444
commit 54face8275
12 changed files with 35 additions and 30 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { GameState, SaveMeta, SnapshotMeta, Id } from '../types/domain'
import { validateLoadedState, exportEnvelope, parseImportEnvelope } from './migrate'
const GAME_VERSION = '0.1.38'
const GAME_VERSION = '0.1.40'
const DB_PREFIX = 'cotyc-save-'
let seqCounter = 0
+1 -1
View File
@@ -354,7 +354,7 @@ export default function SettingsPanel() {
· <br />
·
</div>
<div className="dim2" style={{ marginTop: 8 }}> 0.1.38 · Chronicle of the Immortal Clan</div>
<div className="dim2" style={{ marginTop: 8 }}> 0.1.40 · Chronicle of the Immortal Clan</div>
</div>
</div>
)
+1 -1
View File
@@ -14,7 +14,7 @@ export function metaFromState(state: GameState, slot: number): SaveMeta {
members: alive,
reputation: state.family.reputation,
updatedAt: new Date().toISOString(),
version: '0.1.38'
version: '0.1.40'
}
}