加上 api
This commit is contained in:
parent
dd8a4983c0
commit
d56324f23b
@ -174,6 +174,10 @@ class IcaClient:
|
|||||||
"""获取一个更完善的版本号信息"""
|
"""获取一个更完善的版本号信息"""
|
||||||
...
|
...
|
||||||
@property
|
@property
|
||||||
|
def client_id(self) -> str:
|
||||||
|
"""返回一个"唯一"的客户端id"""
|
||||||
|
...
|
||||||
|
@property
|
||||||
def ica_version(self) -> str:
|
def ica_version(self) -> str:
|
||||||
"""shenbot ica 的版本号"""
|
"""shenbot ica 的版本号"""
|
||||||
...
|
...
|
||||||
@ -279,6 +283,10 @@ class TailchatClient:
|
|||||||
"""获取一个更完善的版本号信息"""
|
"""获取一个更完善的版本号信息"""
|
||||||
...
|
...
|
||||||
@property
|
@property
|
||||||
|
def client_id(self) -> str:
|
||||||
|
"""返回一个"唯一"的客户端id"""
|
||||||
|
...
|
||||||
|
@property
|
||||||
def tailchat_version(self) -> str:
|
def tailchat_version(self) -> str:
|
||||||
"""tailchat 的版本号"""
|
"""tailchat 的版本号"""
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user