Skip to content

Commit

Permalink
调整文档排版
Browse files Browse the repository at this point in the history
  • Loading branch information
Android-KitKat committed Aug 11, 2024
1 parent 9484a6d commit fa67e1c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export default defineConfig({
text: 'SealDice 插件',
base: '/sealdice/',
items: [
{ text: 'GPTScript', link: 'gpt-scripts' },
{ text: 'GPTScript', link: 'gpt-script' },
{ text: '5eSpells', link: '5e-spells' },
{ text: 'runCode', link: 'run-code' },
{ text: 'RunCode', link: 'run-code' },
{ text: '可开关复读机', link: 'repeater' }
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ features:

:::

<iframe src="https://chessin5d.nkid00.name/#/analyze?empty=true&import=W0JvYXJkICJTdGFuZMQKLSBUdXJuIFplcm8iXQpbTW9kZSAiNUQiXQo." width="100%" height="768" frameborder="0" style="color-scheme: normal;"></iframe>
<iframe src="https://chessin5d.nkid00.name/#/analyze?empty=true&import=W0JvYXJkICJTdGFuZMQKLSBUdXJuIFplcm8iXQpbTW9kZSAiNUQiXQo." frameborder="0" width="100%" height="768" style="color-scheme: normal;"></iframe>

::: tip 体验指南

Expand Down
6 changes: 3 additions & 3 deletions docs/koishi/5e-search.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 5esearch 说明文档
# 5eSearch 说明文档

`5esearch`的说明文档,解释了代码的运作和需要注意的事情
`5eSearch` 的说明文档,解释了代码的运作和需要注意的事情


## 这插件是干啥的?

`5esearch`是基于5e不全书github仓库的koishi插件,用于检索5e不全书中的内容——例如怪物、物品、技能、法术等。目标是可以检索所有词条,但目前还没找到匹配内容的通用方法。尽管做了针对性优化,但极小的一部分内容可能会匹配不到,或者因为内容太长无法完全发送。
`5eSearch` 是基于5e不全书github仓库的koishi插件,用于检索5e不全书中的内容——例如怪物、物品、技能、法术等。目标是可以检索所有词条,但目前还没找到匹配内容的通用方法。尽管做了针对性优化,但极小的一部分内容可能会匹配不到,或者因为内容太长无法完全发送。

### 部署

Expand Down
2 changes: 1 addition & 1 deletion docs/sealdice/5e-spells.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 为什么叫这个名字?

因为博德之门3也有一个叫5eSpells的mod,所以就这么叫了
因为博德之门3也有一个叫 5eSpells 的 MOD,所以就这么叫了

## 这插件是干啥的?

Expand Down
6 changes: 3 additions & 3 deletions docs/sealdice/gpt-scripts.md → docs/sealdice/gpt-script.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# GPTscript 说明文档
# GPTScript 说明文档

如何使用GPTscript,怎么更好地使用GPTscrpit
如何使用 GPTScript,怎么更好地使用 GPTScript

## 这插件是干啥的?

很简单,用来让你的机器人连接上https://openrouter.ai/ 提供的GPT模型,然后通过指令调用机器人就可以对话了
很简单,用来让你的机器人连接上 https://openrouter.ai 提供的GPT模型,然后通过指令调用机器人就可以对话了

### 用法

Expand Down

0 comments on commit fa67e1c

Please sign in to comment.