chore: 版本升级至 0.4.0

This commit is contained in:
lenn
2026-04-29 15:54:23 +08:00
parent 326f07ed4f
commit 5eff91b898
5 changed files with 6 additions and 6 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "JE-Skin", "name": "JE-Skin",
"version": "0.3.0", "version": "0.4.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "JE-Skin", "name": "JE-Skin",
"version": "0.3.0", "version": "0.4.0",
"description": "", "description": "",
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "JE-Skin" name = "JE-Skin"
version = "0.3.0" version = "0.4.0"
description = "A Tauri App" description = "A Tauri App"
authors = ["you"] authors = ["you"]
edition = "2021" edition = "2021"

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "JE-Skin", "productName": "JE-Skin",
"version": "0.3.0", "version": "0.4.0",
"identifier": "com.lenn.tauri-serial", "identifier": "com.lenn.tauri-serial",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",

View File

@@ -47,7 +47,7 @@
const copyByLocale: Record<LocaleCode, HudCopy> = { const copyByLocale: Record<LocaleCode, HudCopy> = {
"zh-CN": { "zh-CN": {
appName: "JE-Skin", appName: "JE-Skin",
suiteName: "v0.3.0", suiteName: "v0.4.0",
stageTitle: "WebGL2 主渲染区", stageTitle: "WebGL2 主渲染区",
stageHint: "底图与三维操作将在此区域加载", stageHint: "底图与三维操作将在此区域加载",
configPanelTitle: "参数配置", configPanelTitle: "参数配置",
@@ -106,7 +106,7 @@
}, },
"en-US": { "en-US": {
appName: "JE-Skin", appName: "JE-Skin",
suiteName: "v0.3.0", suiteName: "v0.4.0",
stageTitle: "WebGL2 Main Surface", stageTitle: "WebGL2 Main Surface",
stageHint: "Map texture and 3D interactions will render here", stageHint: "Map texture and 3D interactions will render here",
configPanelTitle: "Config Panel", configPanelTitle: "Config Panel",