Skip to content
This repository was archived by the owner on Jul 12, 2026. It is now read-only.

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Important

我们已迁移至 Codeberg,此仓库中不存放源代码。请前往 我们的Codeberg仓库 查看源代码。


win12-desktop

win12 桌面端,基于 Tauri 封装,将 Win12 OL 变成独立桌面应用。

关于调试

安装依赖

  1. 本仓库使用Git子模块引入win12本体,请确保克隆仓库时使用 --recurse-submodules 选项:

    git clone --recurse-submodules https://github.com/win12-online/win12-desktop.git

    或者,在克隆完毕的仓库中运行:

    git submodule update --init --recursive
  2. win12项目根目录中安装依赖

    npm install

启动调试

调试需要2个终端 在第一个终端中使用此命令启动Vite

npm run dev

在第二个终端中使用此命令启动Tarui

npm run tauri dev

如开发者已开启代理,可能会干扰调试,建议使用以下命令启动

 env -u http_proxy -u https_proxy -u HTTP_PROXY -u HTTPS_PROXY -u ALL_PROXY -u all_proxy npm run tauri dev

访问源码

win12-desktop 项目在 Codeberg 开源。

About

win12 桌面端,基于 Tauri 封装,将 Win12 Online 变成独立桌面应用。

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Contributors