加上 api

This commit is contained in:
shenjack 2024-08-18 13:14:32 +08:00
parent dd8a4983c0
commit d56324f23b
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -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 的版本号"""
... ...