Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

简体中文版的Method Draw,还是本地版本。上游仓库:https://github.com/methodofaction/Method-Draw

License

Notifications You must be signed in to change notification settings

AuroraStudio-aurorast/Method-Draw-Native-zhcn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖌️Method Draw

ℹ️WIP:软件目前依旧在优化,欢迎大家提交 PR ,帮助我们完善项目。

一款免费轻量的矢量图绘制软件!

使用到了 tauri + Vanilla。

由 AuroraStudio 进行汉化,并且进行本地化开发~

🗒️TODO

  • 优化屎山代码
  • 完美汉化(当前汉化度:99%,可能存在翻译错误)
  • 窗口控制按钮优化
  • 优化整体风格
  • 完成对其他平台的适配(目前只有Windows下没有什么BUG)
  • Github Action 工作流
  • 毛玻璃
  • 多语言支持

💡注意

如果您希望编译该软件,需要安装 Git,Node.js,npm,Rust,tauri。

⚠️Windows下使用必须要安装Microsoft Edge Webview2 Runtime,一般情况下 Windows 11 附带!

💻编译

  1. 安装 Node.js(一定要勾选 npm),GitRust,推荐安装 Visual Studio Code 作为代码编辑器

    或者如果安装了 Chocolatey 可以直接在 cmd 中执行 choco install nodejs-lts git rust

  2. 执行 npm config set registry http://registry.npm.taobao.org 换成国内源

  3. 执行 git clone https://github.com/AuroraStudio-aurorast/Method-Draw-Native-zhcn.git 获取代码

  4. 在源码目录执行 npm install 安装依赖

  5. 在源码目录执行 npm run tauri dev 调试

    在源码目录执行 npm run tauri build 编译