diff --git a/config_public_terminal.js b/config_public_terminal.js index 8708dbc..2bb4449 100644 --- a/config_public_terminal.js +++ b/config_public_terminal.js @@ -1,7 +1,7 @@ // The root filesystem location -export const diskImageUrl = "wss://disks.webvm.io/debian_large_20230522_5044875331.ext2"; +export const diskImageUrl = "/disk-images/debian_large_20230522_5044875331.ext2"; // The root filesystem backend type -export const diskImageType = "cloud"; +export const diskImageType = "bytes"; // Print an introduction message about the technology export const printIntro = true; // Is a graphical display needed diff --git a/src/app.html b/src/app.html index 8a5e553..9ec1117 100644 --- a/src/app.html +++ b/src/app.html @@ -1,28 +1,11 @@ - + - WebVM - Linux virtualization in WebAssembly - - - - - - - - - - - - + WebVM(o゜▽゜)o☆ - - - - - diff --git a/src/lib/AnthropicTab.svelte b/src/lib/AnthropicTab.svelte index fc6e611..bcd558f 100644 --- a/src/lib/AnthropicTab.svelte +++ b/src/lib/AnthropicTab.svelte @@ -77,11 +77,11 @@ }

Claude AI Integration

-

WebVM is integrated with Claude by Anthropic AI. You can prompt the AI to control the system.

-

You need to provide your API key. The key is only saved locally to your browser.

+

WebVM使用Anthropic AI与Claude集成。你可以用AI控制系统。

+

您需要提供您的API密钥。密钥仅在浏览器中本地保存。

- Conversation history + 对话历史 @@ -102,7 +102,7 @@

{#if $apiState == "KEY_REQUIRED"} -