作者调整
This commit is contained in:
@@ -32,7 +32,7 @@ class AIAutoResponsePlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ class BeautyLegPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ class DifyPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ class GameTaskPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class GlobalNewsPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
Program: Global News Crawler
|
Program: Global News Crawler
|
||||||
Author: Trae AI (based on MrCrawL's work)
|
Author: liu.wei (based on MrCrawL's work)
|
||||||
Created Date: 2024-05-01
|
Created Date: 2024-05-01
|
||||||
"""
|
"""
|
||||||
import requests
|
import requests
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ class GroupAutoInvitePlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ class GroupMemberChangePlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
def start(self) -> bool:
|
def start(self) -> bool:
|
||||||
"""启动插件"""
|
"""启动插件"""
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ class GroupVirtualPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ class JDTokenPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ class MessagePushTask(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ class MusicPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ class PluginManagerPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ class RobotMenuPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name: stats_collector
|
name: stats_collector
|
||||||
description: 插件使用统计收集器
|
description: 插件使用统计收集器
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
author: Trae AI
|
author: liu.wei
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# 统计设置
|
# 统计设置
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ class VideoPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ class VideoManPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class XiurenImagePlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self) -> str:
|
def author(self) -> str:
|
||||||
return "Trae AI"
|
return "liu.wei"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command_prefix(self) -> Optional[str]:
|
def command_prefix(self) -> Optional[str]:
|
||||||
|
|||||||
Reference in New Issue
Block a user