Looking for a complete desktop experience? Try the new Alpine Linux graphical WebVM
+想要完整的桌面体验? 你可以试试 Alpine Linux 图形化WebVM(需要魔法)
Looking for something different? Try the classic Debian Linux terminal-based WebVM
+返回传统的Debian Linux 终端WebVM
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 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
+ 对话历史
Virtual CPU: {$cpuPercentage}%
-CheerpX is a x86 virtualization engine in WebAssembly
-It can securely run unmodified x86 binaries and libraries in the browser
-Excited about our technology? Start building your projects using CheerpX today!
+虚拟CPU占用: {$cpuPercentage}%
+CheerpX是运行于WebAssembly的一个x86虚拟化引擎
+它可以在浏览器中安全地运行未经修改的x86二进制文件和库
+对这个技术感兴趣吗?点此开始构建 你的项目————使用 CheerpX
diff --git a/src/lib/DiscordTab.svelte b/src/lib/DiscordTab.svelte deleted file mode 100644 index 8214352..0000000 --- a/src/lib/DiscordTab.svelte +++ /dev/null @@ -1,12 +0,0 @@ - - -Do you have any question about WebVM or CheerpX?
-Join our community, we are happy to help!
diff --git a/src/lib/DiskTab.svelte b/src/lib/DiskTab.svelte deleted file mode 100644 index d9bb4bf..0000000 --- a/src/lib/DiskTab.svelte +++ /dev/null @@ -1,62 +0,0 @@ - -Warning: WebVM will reload
-{:else if state == "RESETTING"} -Reset in progress: Please wait...
-{:else} -Backend latency: {$diskLatency}ms
-{/if} -WebVM runs on top of a complete Linux distribution
-Filesystems up to 2GB are supported and data is downloaded completely on-demand
-The WebVM cloud backend uses WebSockets and a it's distributed via a global CDN to minimize download latency
diff --git a/src/lib/GitHubTab.svelte b/src/lib/GitHubTab.svelte deleted file mode 100644 index ec0fd37..0000000 --- a/src/lib/GitHubTab.svelte +++ /dev/null @@ -1,13 +0,0 @@ - - -Like WebVM? Give us a star!
-WebVM is FOSS, you can fork it to build your own version and begin working on your CheerpX-based project
-Found a bug? Please open a GitHub issue
diff --git a/src/lib/InformationTab.svelte b/src/lib/InformationTab.svelte index 4941da1..9475a5f 100644 --- a/src/lib/InformationTab.svelte +++ b/src/lib/InformationTab.svelte @@ -1,11 +1,11 @@WebVM is a virtual Linux environment running in the browser via WebAssembly
-It is based on:
+WebVM是一个通过WebAssembly在浏览器中运行的虚拟Linux环境
+它基于:
WebVM can connect to the Internet via Tailscale
-Using Tailscale is required since browser do not support TCP/UDP sockets (yet!)
+WebVM可以通过Tailscale连接到互联网
+使用Tailscale是必需的,因为浏览器不支持TCP/UDP套接字(目前)
diff --git a/src/lib/PostsTab.svelte b/src/lib/PostsTab.svelte deleted file mode 100644 index 05f4e64..0000000 --- a/src/lib/PostsTab.svelte +++ /dev/null @@ -1,14 +0,0 @@ - -TODO: {activeInfo}
{/if} diff --git a/src/lib/WebVM.svelte b/src/lib/WebVM.svelte index 63c9e3d..4f48e80 100644 --- a/src/lib/WebVM.svelte +++ b/src/lib/WebVM.svelte @@ -1,7 +1,6 @@Looking for a complete desktop experience? Try the new Alpine Linux graphical WebVM
+想要完整的桌面体验? 你可以试试 Alpine Linux 图形化WebVM(需要魔法)
Looking for something different? Try the classic Debian Linux terminal-based WebVM
+返回传统的Debian Linux 终端WebVM