feature: 加入8-启用 图来功能。可以让其他群也能看图

This commit is contained in:
liuwei
2025-02-28 09:54:44 +08:00
parent 29d74e2ab1
commit 24502ed18c
2 changed files with 19 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ class Feature(Enum):
SUMMARY_CAPABILITY = 5, "群总结能力"
PDF_CAPABILITY = 6, "sehuatang PDF能力"
EPIC = 7, "EPIC自动播报" # 新增的功能
PIC = 8, "图来能力"
def __new__(cls, value, description):
obj = object.__new__(cls)