-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
75 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import {defineConfig} from 'vitepress' | ||
|
||
export const ja = defineConfig({ | ||
lang: "ja-JP", | ||
title: "Marsho AI", | ||
description: "かわいくて、賢くて、拡張しやすい", | ||
themeConfig: { | ||
docFooter: { | ||
prev: '前へ', | ||
next: '次へ' | ||
}, | ||
nav: [ | ||
{text: 'ホーム', link: '/ja'}, | ||
{text: '使用方法', link: '/ja/start/install'}, | ||
{text: '開発', link: '/ja/dev/extension'}, | ||
], | ||
langMenuLabel: '言語', | ||
returnToTopLabel: 'トップへ戻る', | ||
sidebarMenuLabel: 'オプション', | ||
darkModeSwitchLabel: 'テーマ', | ||
lightModeSwitchTitle: 'ライト', | ||
darkModeSwitchTitle: 'ダーク', | ||
}, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
# https://vitepress.dev/reference/default-theme-home-page | ||
layout: home | ||
|
||
hero: | ||
name: "小綿智能" | ||
text: "猫娘ロボット" | ||
tagline: かわいくて、賢くて、拡張可能なAIサービスプラグイン | ||
actions: | ||
- theme: brand | ||
text: 始める | ||
link: /ja/start/install/ | ||
- theme: alt | ||
text: 開発と拡張 | ||
link: /ja/dev/extension/ | ||
image: | ||
light: /marsho-full.svg | ||
dark: /marsho-full.svg | ||
alt: Marshoロゴ | ||
|
||
features: | ||
- title: 強力なドライバー | ||
details: NoneBot2に基づいており、既存のNoneBot2またはLiteyukiインスタンスに迅速にインストールできます | ||
- title: インターフェース規格 | ||
details: どんなオープンAI標準に従うインターフェースでも小綿智能と対話できます | ||
- title: 簡単に拡張 | ||
details: Pythonでツールやプラグインを作成し、関数呼び出しを実現し、小綿智能の機能を簡単に拡張できます | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters