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