修复版本号和构建配置:更新至0.1.7并优化GitHub Actions

- 移除淘宝镜像源,使用官方源
- 更新 tauri.conf.json 版本至 0.1.7
- 更新 Cargo.toml 版本至 0.1.7
- 确保发布产物名称正确显示为 tms_tools_0.1.7

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yakumo Hokori
2025-09-27 22:01:19 +08:00
parent c0e59fa96d
commit 7bd5607ff8
3 changed files with 27 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tms_tools"
version = "0.1.1"
version = "0.1.7"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "tms_tools",
"version": "0.1.0",
"version": "0.1.7",
"identifier": "com.tms-tools.app",
"build": {
"beforeDevCommand": "pnpm dev",