Compare commits

..
1 Commits
Author SHA1 Message Date
黑先森 bc66a13fbf #Fix 新配置没有持久化的问题 #35 2026-05-14 21:42:52 +08:00
6 changed files with 13 additions and 26 deletions
-21
View File
@@ -1,21 +0,0 @@
chcp 65001
pnpm run build
@REM rustup default nightly
@REM pnpm tauri build -- -Z build-std --target x86_64-win7-windows-msvc
rustup default stable
pnpm tauri build
@REM 复制文件夹src-tauri\easytier 到 src-tauri\target\release目录下 覆盖目录下同名目录
xcopy /s /y /i src-tauri\easytier src-tauri\target\release\easytier
@REM 复制 src-tauri\帮助.txt 和 src-tauri\uninstall.exe 到 src-tauri\target\release目录下 覆盖目录下同名文件
xcopy /y src-tauri\帮助.txt src-tauri\target\release\帮助.txt
xcopy /y src-tauri\uninstall.exe src-tauri\target\release\uninstall.exe
@REM 复制文件夹src-tauri\easytier到 src-tauri\target\x86_64-win7-windows-msvc\release目录下 覆盖目录下同名目录
@REM 复制 src-tauri\帮助.txt 和 src-tauri\uninstall.exe 到 src-tauri\target\x86_64-win7-windows-msvc\release目录下 覆盖目录下同名文件
xcopy /y src-tauri\帮助.txt src-tauri\target\x86_64-win7-windows-msvc\release\帮助.txt
xcopy /y src-tauri\uninstall.exe src-tauri\target\x86_64-win7-windows-msvc\release\uninstall.exe
xcopy /s /y /i src-tauri\easytier src-tauri\target\x86_64-win7-windows-msvc\release\easytier
pnpm run release
pnpm run release-win7
+1 -1
View File
@@ -3,7 +3,7 @@
"private": true,
"author": "leizi97",
"description": "A simple network initiator based on Easytier",
"version": "1.5.4",
"version": "1.5.5",
"scripts": {
"dev": "nuxt dev --dotenv env/.env.dev --host 0.0.0.0",
"build": "nuxt generate --dotenv env/.env.prod",
+1 -1
View File
@@ -1203,7 +1203,7 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
[[package]]
name = "easytier-game"
version = "1.5.4"
version = "1.5.5"
dependencies = [
"hashbrown 0.15.5",
"log",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "easytier-game"
version = "1.5.4"
version = "1.5.5"
homepage = "https://github.com/EasyTier/EasyTier"
repository = "https://github.com/EasyTier/EasytierGame"
description = "A simple network initiator based on Easytier"
+2 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "easytier-game",
"version": "1.5.4",
"version": "1.5.5",
"identifier": "com.tauri.easytier-game",
"build": {
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "easytier-game 1.5.4",
"title": "easytier-game 1.5.5",
"label": "main",
"minWidth": 340,
"width": 340,
+8
View File
@@ -157,6 +157,12 @@ const store = defineStore("main", {
"config.privateMode",
"config.enableUdpBroadcastRelay",
"config.enableUpnp",
"config.ipv6PublicAddrProvider",
"config.ipv6PublicAddrAuto",
"config.disableRelayData",
"serverConfig.autoStart",
// 'serverConfig.enableListener',
"serverConfig.enableWhiteList",
@@ -166,6 +172,8 @@ const store = defineStore("main", {
"serverConfig.privateMode",
"serverConfig.privateNetworkName",
"serverConfig.privateNetworkPassword",
"serverConfig.ipv6PublicAddrProvider",
"serverConfig.disableRelayData",
"cidrEnable",
"proxyForwardBySystem",