mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-17 19:24:19 +00:00
feat: qq-botpy 适配器对 member 和 group 的 openid 进行静态缓存
This commit is contained in:
@@ -25,3 +25,7 @@ class ConfigFile(metaclass=abc.ABCMeta):
|
||||
@abc.abstractmethod
|
||||
async def save(self, data: dict):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def save_sync(self, data: dict):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user