💄 微调

This commit is contained in:
BTMuli
2025-12-09 16:48:29 +08:00
parent cc2020c64e
commit a1dca3a1cc
5 changed files with 44 additions and 16 deletions

View File

@@ -130,6 +130,8 @@ declare namespace TGApp.Plugins.Yae {
* @since Beta v0.9.0
*/
type ReliquaryInfo = {
/** GUID */
guid: number;
/** 等级 */
level: number;
/** 经验 */
@@ -151,6 +153,8 @@ declare namespace TGApp.Plugins.Yae {
* @since Beta v0.9.0
*/
type WeaponInfo = {
/** GUID */
guid: number;
/** 等级 */
level: number;
/** 经验 */