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",
"version": "0.3.0",
"version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

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

View File

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

View File

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

View File

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