File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " mhyy.py"
7
- version = " 2.1.1 "
7
+ version = " 2.1.2 "
8
8
authors = [
9
9
{ name = " GuangChen2333" , email = " guangchenworks@outlook.com" },
10
10
]
Original file line number Diff line number Diff line change @@ -70,11 +70,13 @@ class PlayCardData:
70
70
msg (str): 畅玩卡信息
71
71
short_msg (str): 畅玩卡短信息 / 状态
72
72
play_card_limit (str): 未知
73
+ remaining_sec (str): 未知
73
74
"""
74
75
expire : str
75
76
msg : str
76
77
short_msg : str
77
78
play_card_limit : str
79
+ remaining_sec : str
78
80
79
81
80
82
@dataclass_json
@@ -89,12 +91,15 @@ class WalletData:
89
91
status (StatusData): 未知。
90
92
stat (StatData): 未知。
91
93
play_card (PlayCardData): 畅玩卡数据。
94
+ total_time (int): 总时长。
92
95
"""
96
+
93
97
coin : CoinData
94
98
free_time : FreeTimeData
95
99
status : StatusData
96
100
stat : StatData
97
101
play_card : PlayCardData
102
+ total_time : int
98
103
99
104
def is_sign_in (self ) -> bool :
100
105
"""
You can’t perform that action at this time.
0 commit comments