修复版本号和构建配置:更新至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:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tms_tools"
|
||||
version = "0.1.1"
|
||||
version = "0.1.7"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user