Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync changes #109

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
132 changes: 132 additions & 0 deletions docs/.vitepress/config/de-DE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"description": "Bildersuche",
"head": [
[
"link",
{
"rel": "icon",
"href": "https://koishi.chat/logo.png"
}
],
[
"link",
{
"rel": "manifest",
"href": "/manifest/de-DE.json"
}
],
[
"meta",
{
"name": "theme-color",
"content": "#5546a3"
}
]
],
"themeConfig": {
"editLink": {
"text": "Übersetzen dieser Seite auf Crowdin",
"pattern": "https://crowdin.com/translate/koishi/:id/zhcn-de"
},
"sidebar": {
"/": [
{
"text": "指南",
"items": [
{
"text": "介绍",
"link": "/"
},
{
"text": "使用",
"link": "/usage"
},
{
"text": "配置项",
"link": "/config"
}
]
},
{
"text": "插件",
"items": [
{
"text": "Danbooru",
"link": "/plugins/danbooru"
},
{
"text": "e621",
"link": "/plugins/e621"
},
{
"text": "Gelbooru",
"link": "/plugins/gelbooru"
},
{
"text": "Konachan",
"link": "/plugins/konachan"
},
{
"text": "Lolibooru",
"link": "/plugins/lolibooru"
},
{
"text": "Lolicon",
"link": "/plugins/lolicon"
},
{
"text": "Local",
"link": "/plugins/local"
},
{
"text": "Pixiv",
"link": "/plugins/pixiv"
},
{
"text": "Safebooru",
"link": "/plugins/safebooru"
},
{
"text": "Sankaku",
"link": "/plugins/sankaku"
},
{
"text": "Yande",
"link": "/plugins/yande"
}
]
},
{
"text": "Entwicklung",
"items": [
{
"text": "图源",
"link": "/develop/source"
},
{
"text": "服务",
"link": "/develop/service"
},
{
"text": "API",
"link": "/develop/api"
}
]
},
{
"text": "Mehr",
"items": [
{
"text": "Koishi 官网",
"link": "https://koishi.chat"
},
{
"text": "爱发电:@迷子",
"link": "https://afdian.net/a/ff14_hamster"
}
]
}
]
}
}
}
132 changes: 132 additions & 0 deletions docs/.vitepress/config/en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"description": "A lot of image galleries, whatever you want.",
"head": [
[
"link",
{
"rel": "icon",
"href": "https://koishi.chat/logo.png"
}
],
[
"link",
{
"rel": "manifest",
"href": "/manifest/en-US.json"
}
],
[
"meta",
{
"name": "theme-color",
"content": "#5546a3"
}
]
],
"themeConfig": {
"editLink": {
"text": "Translate this page on Crowdin",
"pattern": "https://crowdin.com/translate/koishi/:id/zhcn-enus"
},
"sidebar": {
"/": [
{
"text": "Developing Guide",
"items": [
{
"text": "Introduction",
"link": "/"
},
{
"text": "Usage",
"link": "/usage"
},
{
"text": "配置项",
"link": "/config"
}
]
},
{
"text": "Plugins",
"items": [
{
"text": "Danbooru",
"link": "/plugins/danbooru"
},
{
"text": "e621",
"link": "/plugins/e621"
},
{
"text": "Gelbooru",
"link": "/plugins/gelbooru"
},
{
"text": "Konachan",
"link": "/plugins/konachan"
},
{
"text": "Lolibooru",
"link": "/plugins/lolibooru"
},
{
"text": "Lolicon",
"link": "/plugins/lolicon"
},
{
"text": "Local",
"link": "/plugins/local"
},
{
"text": "Pixiv",
"link": "/plugins/pixiv"
},
{
"text": "Safebooru",
"link": "/plugins/safebooru"
},
{
"text": "Sankaku",
"link": "/plugins/sankaku"
},
{
"text": "Yande",
"link": "/plugins/yande"
}
]
},
{
"text": "Develop",
"items": [
{
"text": "图源",
"link": "/develop/source"
},
{
"text": "service",
"link": "/develop/service"
},
{
"text": "API",
"link": "/develop/api"
}
]
},
{
"text": "More",
"items": [
{
"text": "Koishi 官网",
"link": "https://koishi.chat"
},
{
"text": "爱发电:@迷子",
"link": "https://afdian.net/a/ff14_hamster"
}
]
}
]
}
}
}
Loading