作者调整

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

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