️ 不允许低于 UIGF v2.3 版本的数据导入

This commit is contained in:
目棃
2024-07-18 18:04:12 +08:00
parent 41ee27c74e
commit 5bf2521938
13 changed files with 778 additions and 719 deletions

View File

@@ -1,7 +1,7 @@
/**
* @file types/Plugins/UIGF.d.ts
* @description UIGF 插件类型定义文件
* @since Beta v0.5.0
* @since Beta v0.5.1
* @version UIGF v3.0 | UIGF v4.0
*/
@@ -114,7 +114,8 @@ declare namespace TGApp.Plugins.UIGF {
/**
* @description UIGF 祈愿列表
* @since Alpha v0.2.3
* @Beta v0.5.1
* @version UIGF v3.0
* @interface GachaItem
* @property {EnumGachaType} gacha_type - 祈愿类型
* @property {string} item_id - 物品ID
@@ -130,7 +131,7 @@ declare namespace TGApp.Plugins.UIGF {
interface GachaItem {
uigf_gacha_type: string;
gacha_type: string;
item_id?: string;
item_id: string;
count?: string;
time: string;
name: string;