加入新功能:番号查询。

This commit is contained in:
liuwei
2025-09-10 16:32:18 +08:00
parent 334f34b6fd
commit 11b4144681
4 changed files with 241 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 从当前包的main模块导入FanhaoSearchPlugin类
from .main import FanhaoSearchPlugin
# 提供get_plugin函数,返回插件实例
def get_plugin():
"""获取插件实例"""
return FanhaoSearchPlugin()