diff --git a/ica_typing.py b/ica_typing.py index 242c357..fc1a244 100644 --- a/ica_typing.py +++ b/ica_typing.py @@ -174,6 +174,10 @@ class IcaClient: """获取一个更完善的版本号信息""" ... @property + def client_id(self) -> str: + """返回一个"唯一"的客户端id""" + ... + @property def ica_version(self) -> str: """shenbot ica 的版本号""" ... @@ -279,6 +283,10 @@ class TailchatClient: """获取一个更完善的版本号信息""" ... @property + def client_id(self) -> str: + """返回一个"唯一"的客户端id""" + ... + @property def tailchat_version(self) -> str: """tailchat 的版本号""" ...