This commit is contained in:
2026-01-20 12:41:47 +08:00
parent 26c9fca6e1
commit 480208eb61
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ version: 1.0.0:大部分重要功能已经实现
## 使用方式 ## 使用方式
在聊天中输入 **/剑三 帮助** 即可获取插件所有的功能使用说明。 在聊天中输入 **/剑三 功能** 即可获取插件所有的功能使用说明。
+2 -2
View File
@@ -121,9 +121,9 @@ class Jx3ApiPlugin(Star):
pass pass
@jx3.command("帮助") @jx3.command("功能")
async def jx3_helps(self, event: AstrMessageEvent): async def jx3_helps(self, event: AstrMessageEvent):
"""剑三 帮助""" """剑三 功能"""
data = await self.jx3fun.helps() data = await self.jx3fun.helps()
try: try:
+2 -2
View File
@@ -2,7 +2,7 @@
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>剑三插件使用帮助</title> <title>剑三插件功能</title>
<style> <style>
body { body {
margin: 0; margin: 0;
@@ -138,7 +138,7 @@
<body> <body>
<div class="header"> <div class="header">
<h1>剑三插件使用帮助</h1> <h1>剑三插件功能</h1>
<p>astrbot_plugin_jx3 指令说明与使用示例</p> <p>astrbot_plugin_jx3 指令说明与使用示例</p>
</div> </div>