mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-03 06:55:06 +08:00
✨ 参考材料WIKI完善背包物品处理
This commit is contained in:
8
src/types/Plugins/Yae.d.ts
vendored
8
src/types/Plugins/Yae.d.ts
vendored
@@ -21,13 +21,19 @@ declare namespace TGApp.Plugins.Yae {
|
||||
* @since Beta v0.9.0
|
||||
*/
|
||||
type BagItemUnion =
|
||||
| BagItem<"material">
|
||||
| BagItemMaterial
|
||||
| BagItem<"weapon">
|
||||
| BagItem<"reliquary">
|
||||
| BagItem<"furniture">
|
||||
| BagItem<"virtual">
|
||||
| BagItem<"unknown">;
|
||||
|
||||
/**
|
||||
* 背包物品-材料
|
||||
* @since Beta v0.9.0
|
||||
*/
|
||||
type BagItemMaterial = BagItem<"material">;
|
||||
|
||||
/**
|
||||
* 背包物品信息
|
||||
* @since Beta v0.9.0
|
||||
|
||||
Reference in New Issue
Block a user