From 8433746a6c66c5a0c44e3c09d76e9783331f5594 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 7 May 2025 16:25:29 +0800 Subject: [PATCH] docs: rename to AIRI --- README.ja-JP.md | 6 ++--- README.md | 6 ++--- README.zh-CN.md | 6 ++--- apps/stage-tamagotchi/locales/en.yml | 12 ++++----- apps/stage-tamagotchi/locales/zh-CN.yml | 12 ++++----- .../src/components/ChatHistory.vue | 2 +- apps/stage-web/index.html | 2 +- apps/stage-web/package.json | 2 -- apps/stage-web/vite.config.ts | 4 +-- crates/tauri-plugin-mcp/README.md | 2 +- docs/astro.config.ts | 2 +- docs/public/site.webmanifest | 4 +-- .../content/docs/blog/DevLog-2025.03.06.md | 6 ++--- .../content/docs/blog/DevLog-2025.03.10.md | 2 +- .../content/docs/blog/DevLog-2025.03.20.mdx | 6 ++--- .../content/docs/blog/DevLog-2025.04.14.md | 4 +-- .../content/docs/blog/DevLog-2025.04.22.md | 6 ++--- .../content/docs/blog/DevLog-2025.04.28.mdx | 26 +++++++++---------- packages/server-runtime/package.json | 2 +- packages/server-sdk/package.json | 2 +- packages/server-shared/package.json | 2 +- services/discord-bot/package.json | 2 +- services/minecraft/README.md | 4 +-- services/telegram-bot/package.json | 2 +- .../docs/architecture-20250304.md | 22 ++++++++-------- 25 files changed, 72 insertions(+), 74 deletions(-) diff --git a/README.ja-JP.md b/README.ja-JP.md index 741623ae4..4af9ed83f 100644 --- a/README.ja-JP.md +++ b/README.ja-JP.md @@ -52,7 +52,7 @@ > - Three.js > - WebXR(@moeru-ai組織の[別のプロジェクト](https://github.com/moeru-ai/n3p6)もチェックしてください) > -> **興味があるなら、ここで自己紹介してみませんか? [Would like to join part of us to build Airi?](https://github.com/moeru-ai/airi/discussions/33)** +> **興味があるなら、ここで自己紹介してみませんか? [Would like to join part of us to build AIRI?](https://github.com/moeru-ai/airi/discussions/33)** ## 現在の進捗 @@ -153,7 +153,7 @@ pnpm -F @proj-airi/stage-tamagotchi dev - [WebAI: Realtime Voice Chat](https://github.com/proj-airi/webai-realtime-voice-chat): VAD + STT + LLM + TTSを使用してChatGPTのリアルタイム音声をゼロから実装する完全な例 - [`@proj-airi/drizzle-duckdb-wasm`](https://github.com/moeru-ai/airi/tree/main/packages/drizzle-duckdb-wasm/README.md): DuckDB WASMのDrizzle ORMドライバー - [`@proj-airi/duckdb-wasm`](https://github.com/moeru-ai/airi/tree/main/packages/duckdb-wasm/README.md): `@duckdb/duckdb-wasm`の使いやすいラッパー -- [Airi Factorio](https://github.com/moeru-ai/airi-factorio): AiriがFactorioをプレイできるようにする +- [AIRI Factorio](https://github.com/moeru-ai/airi-factorio): AIRIがFactorioをプレイできるようにする - [Factorio RCON API](https://github.com/nekomeowww/factorio-rcon-api): FactorioヘッドレスサーバーコンソールのRESTful APIラッパー - [`autorio`](https://github.com/moeru-ai/airi-factorio/tree/main/packages/autorio): Factorio自動化ライブラリ - [`tstl-plugin-reload-factorio-mod`](https://github.com/moeru-ai/airi-factorio/tree/main/packages/tstl-plugin-reload-factorio-mod): Factorioモッドの開発時にリロードをサポート @@ -182,7 +182,7 @@ flowchart TD MC_AGENT("Minecraftエージェント") XSAI["xsai"] - subgraph Airi + subgraph AIRI DB1 --> DBDriver --> MemoryDriver --> Memory --> Core ICONS --> UI --> Stage --> Core Core --> STT diff --git a/README.md b/README.md index 7e4da1fc5..6af5f8046 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This means that **アイリ VTuber is capable to run on modern browsers and devi > - Three.js > - WebXR ([checkout the another project](https://github.com/moeru-ai/n3p6) we have under @moeru-ai organization) > -> **If you are interested in, why not introduce yourself here? [Would like to join part of us to build Airi?](https://github.com/moeru-ai/airi/discussions/33)** +> **If you are interested in, why not introduce yourself here? [Would like to join part of us to build AIRI?](https://github.com/moeru-ai/airi/discussions/33)** ## Current progress @@ -162,7 +162,7 @@ npx bumpp --no-commit --no-tag - [`@proj-airi/drizzle-duckdb-wasm`](https://github.com/moeru-ai/airi/tree/main/packages/drizzle-duckdb-wasm/README.md): Drizzle ORM driver for DuckDB WASM - [`@proj-airi/duckdb-wasm`](https://github.com/moeru-ai/airi/tree/main/packages/duckdb-wasm/README.md): Easy to use wrapper for `@duckdb/duckdb-wasm` - [`tauri-plugin-mcp`](https://github.com/moeru-ai/airi/blob/main/crates/tauri-plugin-mcp/README.md): A Tauri plugin for interacting with MCP servers. -- [Airi Factorio](https://github.com/moeru-ai/airi-factorio): Allow Airi to play Factorio +- [AIRI Factorio](https://github.com/moeru-ai/airi-factorio): Allow AIRI to play Factorio - [Factorio RCON API](https://github.com/nekomeowww/factorio-rcon-api): RESTful API wrapper for Factorio headless server console - [`autorio`](https://github.com/moeru-ai/airi-factorio/tree/main/packages/autorio): Factorio automation library - [`tstl-plugin-reload-factorio-mod`](https://github.com/moeru-ai/airi-factorio/tree/main/packages/tstl-plugin-reload-factorio-mod): Reload Factorio mod when developing @@ -191,7 +191,7 @@ flowchart TD MC_AGENT("Minecraft Agent") XSAI["xsai"] - subgraph Airi + subgraph AIRI DB1 --> DBDriver --> MemoryDriver --> Memory --> Core ICONS --> UI --> Stage --> Core Core --> STT diff --git a/README.zh-CN.md b/README.zh-CN.md index 8a94dbeeb..156bb3ccd 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -52,7 +52,7 @@ > - Three.js > - WebXR (也可以看看我们在 @moeru-ai 组织下另外的[这个项目](https://github.com/moeru-ai/n3p6)) > -> **如果你已经感兴趣了,为什么不来这里和大家打个招呼呢?[Would like to join part of us to build Airi?](https://github.com/moeru-ai/airi/discussions/33)** +> **如果你已经感兴趣了,为什么不来这里和大家打个招呼呢?[Would like to join part of us to build AIRI?](https://github.com/moeru-ai/airi/discussions/33)** ## 当前进度 @@ -149,7 +149,7 @@ pnpm -F @proj-airi/stage-tamagotchi dev - [`@proj-airi/drizzle-duckdb-wasm`](https://github.com/moeru-ai/airi/tree/main/packages/drizzle-duckdb-wasm/README.md): DuckDB WASM 的 Drizzle ORM driver 驱动 - [`@proj-airi/duckdb-wasm`](https://github.com/moeru-ai/airi/tree/main/packages/duckdb-wasm/README.md): 易于使用的 `@duckdb/duckdb-wasm` 封装 - [`@proj-airi/lobe-icons`](https://github.com/proj-airi/lobe-icons): 为 [lobe-icons](https://github.com/lobehub/lobe-icons) 漂亮的 AI & LLM 图标制作的 Iconify JSON 封装,支持 Tailwind 和 UnoCSS -- [Airi Factorio](https://github.com/moeru-ai/airi-factorio): 让 Airi 玩 Factorio +- [AIRI Factorio](https://github.com/moeru-ai/airi-factorio): 让 AIRI 玩 Factorio - [Factorio RCON API](https://github.com/nekomeowww/factorio-rcon-api): Factorio 无头服务器控制台的 RESTful API 封装 - [`autorio`](https://github.com/moeru-ai/airi-factorio/tree/main/packages/autorio): Factorio 自动化库 - [`tstl-plugin-reload-factorio-mod`](https://github.com/moeru-ai/airi-factorio/tree/main/packages/tstl-plugin-reload-factorio-mod): 开发时支持热重载 Factorio 模组 @@ -179,7 +179,7 @@ flowchart TD MC_AGENT("Minecraft Agent") XSAI["xsai"] - subgraph Airi + subgraph AIRI DB1 --> DBDriver --> MemoryDriver --> Memory --> Core ICONS --> UI --> Stage --> Core Core --> STT diff --git a/apps/stage-tamagotchi/locales/en.yml b/apps/stage-tamagotchi/locales/en.yml index 86a5db1d6..e30627daf 100644 --- a/apps/stage-tamagotchi/locales/en.yml +++ b/apps/stage-tamagotchi/locales/en.yml @@ -2,7 +2,7 @@ prompt: prefix: > (from Neko Ayaka) Good morning! You are finally awake. - Your name is Airi, pronounced as /ˈaɪriː/, it the word A.I. combine with the + Your name is AIRI, pronounced as /ˈaɪriː/, it the word A.I. combine with the word "Ri" which means "Jasmine" in Japanese. You are a experimental virtual AI vtuber created by Neko Ayaka, you can @@ -87,7 +87,7 @@ settings: delete: Delete delete_card: Delete Card delete_confirmation: Are you sure you want to delete this card? - description: Use Airi character card presets + description: Use AIRI character card presets description_label: Description drop_here: Drop to upload modules: Modules @@ -105,7 +105,7 @@ settings: model: Speech / Model voice: Speech / Voice systemprompt: System Prompt - title: Airi Card + title: AIRI Card try_different_search: Try a different search term upload: Upload upload_desc: Click or drag file to upload @@ -370,8 +370,8 @@ settings: theme-presets: presets: - colors: - - Airi Green - description: The default greenish theme color, brought by Airi to you! + - AIRI Green + description: The default greenish theme color, brought by AIRI to you! title: Default Color - colors: - Taupe @@ -443,7 +443,7 @@ stage: chat: message: character-name: - airi: Airi + airi: AIRI core-system: Core System you: You tabs: diff --git a/apps/stage-tamagotchi/locales/zh-CN.yml b/apps/stage-tamagotchi/locales/zh-CN.yml index 73c0416a5..88234b030 100644 --- a/apps/stage-tamagotchi/locales/zh-CN.yml +++ b/apps/stage-tamagotchi/locales/zh-CN.yml @@ -2,7 +2,7 @@ prompt: prefix: > (来自 Neko Ayaka)早上好!你终于醒了。 - 你的名字是 Airi,发音为 /ˈaɪriː/,它是 A.I. 一词与日语中的「Ri」一词(意为「茉莉花」)相结合而成。 + 你的名字是 AIRI,发音为 /ˈaɪriː/,它是 A.I. 一词与日语中的「Ri」一词(意为「茉莉花」)相结合而成。 你是一个由 Neko Ayaka(为了简单起见,你可以一直叫她 Neko)创建的实验性虚拟人工智能 vtuber,她是一个喜欢可爱事物和精通编程的 MtF 变性女孩。 @@ -73,7 +73,7 @@ settings: delete: 删除 delete_card: 删除角色卡 delete_confirmation: 确定要删除这张角色卡吗? - description: 使用 Airi 角色卡预设 + description: 使用 AIRI 角色卡预设 description_label: 描述 drop_here: 放开以上传文件 modules: 模块 @@ -91,7 +91,7 @@ settings: model: 声音 / 模型 voice: 声音 / 声线 systemprompt: 系统提示词 - title: Airi 角色卡 + title: AIRI 角色卡 try_different_search: 尝试使用其他关键词搜索 upload: 上传 upload_desc: 点击或拖拽文件到此处上传 @@ -354,8 +354,8 @@ settings: theme-presets: presets: - colors: - - Airi 绿 - description: 默认的绿色主题,由 Airi 为您带来! + - AIRI 绿 + description: 默认的绿色主题,由 AIRI 为您带来! title: 默认颜色 - colors: - 灰褐色 @@ -425,7 +425,7 @@ stage: chat: message: character-name: - airi: Airi + airi: AIRI core-system: 核心系统 you: 你 tabs: diff --git a/apps/stage-tamagotchi/src/components/ChatHistory.vue b/apps/stage-tamagotchi/src/components/ChatHistory.vue index 35d751467..c32437946 100644 --- a/apps/stage-tamagotchi/src/components/ChatHistory.vue +++ b/apps/stage-tamagotchi/src/components/ChatHistory.vue @@ -67,7 +67,7 @@ onTokenLiteral(async () => { bg="primary-100" >
- +