@@ -1473,50 +1473,6 @@ print("run[CQ:image,file="+j["img"]+"]")
14731473
14741474 - [x] 每日特惠
14751475</details >
1476- <details >
1477- <summary >百度文心AI</summary >
1478-
1479- ` import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/wenxinAI" `
1480-
1481- 基于百度文心API的一些功能
1482-
1483- key申请链接:https://wenxin.baidu.com/moduleApi/key
1484-
1485- - [x] 为[ 自己/本群/QQ号/群+群号] 设置文心key [ API Key] [ Secret Key]
1486-
1487- - [x] 为[ 自己/本群/QQ号/群+群号] 设置画图key [ API Key] [ Secret Key]
1488-
1489- 例:“为10086设置画图key 123 456”;“为群10010设置画图key 789 101”
1490-
1491- 文心key和画图key的API key 可以是相同的,只是文心key日限为200,画图日限为50,以此作区别。
1492-
1493- - [x] 文心作文 (x字的)[ 作文题目]
1494-
1495- - [x] 文心提案 (x字的)[ 文案标题]
1496-
1497- - [x] 文心摘要 (x字的)[ 文章内容]
1498-
1499- - [x] 文心小说 (x字的)[ 小说上文]
1500-
1501- - [x] 文心对联 [ 上联]
1502-
1503- - [x] 文心问答 [ 问题]
1504-
1505- - [x] 文心补全 [ 带“_ ”的填空题]
1506-
1507- - [x] 文心自定义 [ prompt]
1508-
1509- - [x] [ bot名称] 画几张[ 图片描述] 的[ 图片类型] [ 图片尺寸 ]
1510-
1511- 指令示例:
1512-
1513- - 文心作文 我的椛椛机器人
1514-
1515- - 文心作文 300字的我的椛椛机器人
1516-
1517- - 椛椛帮我画几张金凤凰,背景绚烂,高饱和,古风,仙境,高清,4K,古风的油画方图
1518-
1519- </details >
15201476<details >
15211477 <summary >抽老婆</summary >
15221478
@@ -1560,27 +1516,27 @@ print("run[CQ:image,file="+j["img"]+"]")
15601516
15611517</details >
15621518<details >
1563- <summary >一些游戏王插件</summary >
1519+ <summary >游戏王白鸽API卡查</summary >
1520+
1521+ ` import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/ygocdb" `
15641522
1565- ` import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/ygo" `
1566-
1567- ##### 白鸽API卡查
1568-
1569- ###### ` "github.com/FloatTech/ZeroBot-Plugin/plugin/ygo/ygocdb.go" `
15701523 - [x] /ydp [ xxx]
15711524 - [x] /yds [ xxx]
15721525 - [x] /ydb [ xxx]
15731526 - 注:[ xxx] 为搜索内容;p:返回一张图片;s:返回一张效果描述;b:高级搜索
1574-
1575- ##### 集换社卡价查询
15761527
1577- ###### ` "github.com/FloatTech/ZeroBot-Plugin/plugin/ygo/ygotrade.go" `
1528+ </details >
1529+ <details >
1530+ <summary >游戏王集换社卡价查询</summary >
1531+
1532+ ` import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/ygotrade" `
1533+
15781534 - [x] 查卡价 [ 卡名]
15791535 - [x] 查卡价 [ 卡名] -r [ 稀有度 稀有度 ...]
15801536 - [x] 查卡店 [ 卡名]
15811537 - [x] 查卡店 [ 卡名] -r [ 稀有度]
15821538 - 注:卡店只支持单个稀有度查询
1583-
1539+
15841540</details >
15851541<details >
15861542 <summary >月幕galgame图</summary >
@@ -1736,15 +1692,15 @@ go mod tidy
17361692
17371693``` bash
17381694# 本机平台
1739- go build -ldflags " -s -w" -o zerobot -trimpath
1695+ go build -ldflags " -s -w -checklinkname=0 " -o zerobot -trimpath
17401696# x64 Linux 平台 如各种云服务器
1741- GOOS=linux GOARCH=amd64 go build -ldflags " -s -w" -o zerobot -trimpath
1697+ GOOS=linux GOARCH=amd64 go build -ldflags " -s -w -checklinkname=0 " -o zerobot -trimpath
17421698# x64 Windows 平台 如大多数家用电脑
1743- GOOS=windows GOARCH=amd64 go build -ldflags " -s -w" -o zerobot.exe -trimpath
1699+ GOOS=windows GOARCH=amd64 go build -ldflags " -s -w -checklinkname=0 " -o zerobot.exe -trimpath
17441700# armv6 Linux 平台 如树莓派 zero W
1745- GOOS=linux GOARCH=arm GOARM=6 CGO_ENABLED=0 go build -ldflags " -s -w" -o zerobot -trimpath
1701+ GOOS=linux GOARCH=arm GOARM=6 CGO_ENABLED=0 go build -ldflags " -s -w -checklinkname=0 " -o zerobot -trimpath
17461702# (由于引入了github.com/fumiama/sqlite3,本项不再可用)mips Linux 平台 如 路由器 wndr4300
1747- GOOS=linux GOARCH=mips GOMIPS=softfloat CGO_ENABLED=0 go build -ldflags " -s -w" -o zerobot -trimpath
1703+ GOOS=linux GOARCH=mips GOMIPS=softfloat CGO_ENABLED=0 go build -ldflags " -s -w -checklinkname=0 " -o zerobot -trimpath
17481704```
17491705
175017065 . 运行 OneBot 框架,并同时运行本插件
0 commit comments