作者调整

This commit is contained in:
liuwei
2025-07-29 15:57:31 +08:00
parent 347dd0ac2a
commit e650e23ab4
18 changed files with 18 additions and 18 deletions

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -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

View File

@@ -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]:

View File

@@ -33,7 +33,7 @@ class GroupMemberChangePlugin(MessagePluginInterface):
@property
def author(self) -> str:
return "Trae AI"
return "liu.wei"
def start(self) -> bool:
"""启动插件"""

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -2,7 +2,7 @@
name: stats_collector
description: 插件使用统计收集器
version: 1.0.0
author: Trae AI
author: liu.wei
enabled: true
# 统计设置

View File

@@ -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]:

View File

@@ -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]:

View File

@@ -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]: