Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiandi0228/tauri-macos
使用tauri开发的简单仿macos的桌面app
https://github.com/tiandi0228/tauri-macos
arco-design macos react tauri vite
Last synced: 21 days ago
JSON representation
使用tauri开发的简单仿macos的桌面app
- Host: GitHub
- URL: https://github.com/tiandi0228/tauri-macos
- Owner: tiandi0228
- Created: 2024-01-15T13:51:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T03:19:14.000Z (7 months ago)
- Last Synced: 2024-04-17T08:19:35.178Z (7 months ago)
- Topics: arco-design, macos, react, tauri, vite
- Language: JavaScript
- Homepage:
- Size: 80.5 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 使用技术
- 编辑工具: vscode
- 框架技术: Vite + React
- 跨端技术: Tauri
- 组件库: arco-design### 演示
![](https://github.com/tiandi0228/tauri-macos/blob/main/doc/demo.gif)
![](https://github.com/tiandi0228/tauri-macos/blob/main/doc/demo1.gif)### 问题
- 使用Github Actions 运行打包,在windows下会出现以下报错:
```
D:\a\tauri-macos\tauri-macos\src-tauri\target\release\build\tauri-macos-644f1e0a18de9c8c\out\resource.rc(25) : error RC2175 : resource file \\?\D:\a\tauri-macos\tauri-macos\src-tauri\icons\icon.ico is not in 3.00 format
--- stderr
thread 'main' panicked at C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\embed-resource-2.4.0\src\windows_msvc.rs:39:13:
RC.EXE failed to compile specified resource file
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```