补充UI细节 添加每日挑战

This commit is contained in:
2025-05-20 17:41:43 +08:00
parent b6c1e58f35
commit 18785e7387
53 changed files with 8836 additions and 212 deletions

View File

@@ -141,6 +141,11 @@ export class LevelManager {
})
}
public getLevelList(difficulty: string): Array<string> {
var list = this.levelMap.get(difficulty)
return list
}
public getLevelStr(difficulty: string, index: number): string {
var list = this.levelMap.get(difficulty)
if (list) {