docs: migrate to @koishijs/vitepress theme

This commit is contained in:
Shigma 2022-11-07 04:05:13 +08:00
parent a8681d24c1
commit 7972fa530c
8 changed files with 25 additions and 63 deletions

View File

@ -1,4 +1,4 @@
import { defineConfig } from 'vitepress'
import { defineConfig } from '@koishijs/vitepress'
export default defineConfig({
lang: 'zh-CN',
@ -41,6 +41,7 @@ export default defineConfig({
{ text: 'Koishi', link: 'https://koishi.chat' },
{ text: 'Koishi Play', link: 'https://play.koishi.chat' },
{ text: 'NovelAI.dev', link: 'https://novelai.dev' },
{ text: '支持作者', link: 'https://afdian.net/a/shigma' },
],
}],

View File

@ -1,7 +1,3 @@
import DefaultTheme from 'vitepress/theme'
// import Layout from './layout.vue'
import { defineTheme } from '@koishijs/vitepress/client'
export default {
...DefaultTheme,
// Layout,
}
export default defineTheme({})

View File

@ -1,36 +0,0 @@
<script lang="ts" setup>
import DefaultTheme from 'vitepress/theme'
const { Layout } = DefaultTheme
</script>
<template>
<layout>
<template #aside-ads-after>
<a class="sponsor" href="https://afdian.net/a/shigma" target="_blank">
点击这里支持作者
</a>
</template>
</layout>
</template>
<style lang="scss" scoped>
.sponsor {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
padding: 16px;
margin-top: 1rem;
border-radius: 14px;
font-size: 12px;
font-weight: 600;
text-align: center;
cursor: pointer;
background-color: var(--vp-c-bg-soft);
transition: color 0.3s ease, background-color 0.3s ease;
}
</style>

View File

@ -30,7 +30,7 @@ plugins:
要修改用户的权限等级,你需要配合 admin 插件使用:
```
```text
auth 2 -u @user
```

View File

@ -51,13 +51,13 @@ commands:
安装 admin 插件后,任何用户都可以使用 `user.locale` 指令来切换语言。
```
```text
user.locale en
```
具有权限的管理员可以使用 `channel.locale` 指令来切换频道语言。这在 Discord 等存在群组-频道二级结构的平台上非常有用。
```
```text
channel.locale en
```

View File

@ -103,7 +103,7 @@ API 服务器地址。如果你搭建了私服,可以将此项设置为你的
- 类型: `string`
- 默认值:
```
```text
nsfw, lowres, bad anatomy, bad hands, text, error, missing fingers,
extra digit, fewer digits, cropped, worst quality, low quality,
normal quality, jpeg artifacts, signature, watermark, username, blurry

View File

@ -6,7 +6,7 @@
输入「约稿」+ 关键词进行图片绘制。例如:
```
```text
约稿 koishi
```
@ -18,7 +18,7 @@
输入「约稿」+ 图片 + 关键词 进行图片绘制。例如:
```
```text
约稿 [图片] koishi
```
@ -30,7 +30,7 @@
图片增强用于优化已经生成的图片。输入「增强」+ 图片 + 关键词 进行图片增强。例如:
```
```text
增强 [图片] koishi
```
@ -38,7 +38,7 @@
考虑到某些平台并不支持在一条消息中同时出现图片和文本,我们也允许通过引用回复的方式触发 img2img 和 enhance 功能。例如:
```
```text
> [图片]
> [引用回复] 约稿/增强
```
@ -47,7 +47,7 @@
使用关键词描述你想要的图像。关键词需要为英文,多个关键词之间用逗号分隔。每一个关键词也可以由多个单词组成,单词之间可以用空格或下划线分隔。例如:
```
```text
约稿 long hair, from_above, 1girl
```
@ -59,7 +59,7 @@ novelai-bot 同时兼容 novelai 和大部分 stable diffusion webui 的语法
使用 `-u``negative prompt:` 以添加负面关键词,避免生成不需要的内容。例如:
```
```text
约稿 girl
negative prompt: loli
```
@ -68,13 +68,13 @@ negative prompt: loli
使用半角方括号 `[]` 包裹关键词以减弱该关键词的权重,使用半角花括号 `{}` 包裹关键词以增强该关键词的权重。例如:
```
```text
约稿 [tears], {spread legs}
```
每一层括号会增强 / 减弱 1.05 倍的权重。也可以通过多次使用括号来进一步增强或减弱关键词的权重。例如:
```
```text
约稿 [[tears]], {{{smile}}}
```
@ -86,7 +86,7 @@ negative prompt: loli
使用 `|` 分隔多个关键词以混合多个要素。例如:
```
```text
约稿 cat | frog
```
@ -94,7 +94,7 @@ negative prompt: loli
可以进一步在关键词后添加 `:x` 来指定单个关键词的权重,`x` 的取值范围是 `0.1~100`,默认为 1。例如
```
```text
约稿 cat :2 | dog
```
@ -116,7 +116,7 @@ NovelAI Bot 允许用户配置基础的正面和负面关键词。它们会在
- `nai`:自由度较高的图片 (默认)
- `furry`:福瑞控特攻 (beta)
```
```text
约稿 -m furry koishi
```
@ -132,13 +132,13 @@ NovelAI Bot 允许用户配置基础的正面和负面关键词。它们会在
- `square`640×640
- `landscape`512×768
```
```text
约稿 -r landscape koishi
```
当启用了 [allowAnlas](./config.md#allowAnlas) 后,你还可以指定图片的具体长宽:
```
```text
约稿 -r 1024x1024 koishi
```
@ -162,7 +162,7 @@ NovelAI Bot 允许用户配置基础的正面和负面关键词。它们会在
AI 会使用种子来生成噪音然后进一步生成你需要的图片,每次随机生成时都会有一个唯一的种子。使用 `-x``--seed` 并传入相同的种子可以让 AI 尝试使用相同的路数来生成图片。
```
```text
约稿 -x 1234567890 koishi
```
@ -182,7 +182,7 @@ AI 会使用种子来生成噪音然后进一步生成你需要的图片,每
默认情况下的迭代步数为 28 (传入图片时为 50)28 也是不会收费的最高步数。可以使用 `-t``--steps` 手动控制迭代步数。
```
```text
约稿 -t 50 koishi
```
@ -201,7 +201,7 @@ AI 会使用种子来生成噪音然后进一步生成你需要的图片,每
默认情况下的服从度为 12 (传入图片时为 11)。可以使用 `-c``--scale` 手动控制服从度。
```
```text
约稿 -c 10 koishi
```

View File

@ -55,6 +55,7 @@
},
"devDependencies": {
"@koishijs/plugin-help": "^1.2.5",
"@koishijs/vitepress": "^1.2.0",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^17.0.45",
"atsc": "^1.1.2",