chore: 版本升级至 0.4.0
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user