From d56324f23b6a863e5b24fe9b64247586e0d78163 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 18 Aug 2024 13:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=8A=20api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ica_typing.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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 的版本号""" ...