🍱 更新千星资源

This commit is contained in:
BTMuli
2025-12-08 22:46:02 +08:00
parent 06c0253bb2
commit eedfe3270a
649 changed files with 4015 additions and 1025 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
/**
* 本应用的祈愿相关类型定义
* @since Beta v0.8.7
* @since Beta v0.8.9
*/
declare namespace TGApp.App.Gacha {
@@ -93,15 +93,9 @@ declare namespace TGApp.App.Gacha {
up4List: Array<number>;
};
/**
* 千星奇域套装类型
* @since Beta v0.8.4
*/
type GachaBSetType = "装扮部件" | "装扮套装";
/**
* 千星奇域祈愿元数据
* @since Beta v0.8.4
* @since Beta v0.8.9
*/
type GachaBMeta = {
/** ID */
@@ -113,6 +107,6 @@ declare namespace TGApp.App.Gacha {
/** 稀有度 */
rank: number;
/** 类型 */
type: GachaBSetType;
type: string;
};
}