Feature docs (#161)

* docs: 📝 update readme

* docs(CONTRIBUTING): 添加Tauri开发环境依赖说明

* build: 🏗️ 部署github pages时应该把index.html复制一份成为404.html确保刷新可访问
This commit is contained in:
LOG1997
2025-12-31 10:47:39 +08:00
committed by GitHub
parent 04eb5b5578
commit 2d509ac2d5
2 changed files with 4 additions and 1 deletions

View File

@@ -17,6 +17,8 @@
推荐使用`pnpm`来进行包的管理。
开发/打包tauri应用程序需要rust环境请自行[安装](https://rustup.rs/)
克隆仓库后,运行:
```bash

View File

@@ -41,6 +41,7 @@ jobs:
- name: Prepare directories
run: |
mv dist dist-prod
cp dist-prod/index.html dist-prod/404.html
- name: Create production build archive
run: |
@@ -126,4 +127,4 @@ jobs:
name: 'Release ${{ github.ref_name }}'
draft: true
prerelease: false
generate_release_notes: true
generate_release_notes: true