天赋触发和 ui制作完成

This commit is contained in:
2025-07-29 17:08:42 +08:00
parent 3fe8edf88a
commit 16195f4cb4
9 changed files with 16800 additions and 20478 deletions

View File

@@ -37,7 +37,14 @@ export interface TalentConfig {
info: string;
icon?: string;
}
export const TalentSlot = {
0:"tal1",
1:"tal2",
2:"tal3",
3:"tal4",
4:"tal5",
5:"tal6",
}
// 天赋列表配置
export const TalentList: { [key: number]: TalentConfig } = {
// ==================== 蓝色品质天赋 ====================