From 3dc504bcf5015ad255aa86b3f3239ba3742e5839 Mon Sep 17 00:00:00 2001
From: ZhuoQinghui <1302344380@qq.com>
Date: Wed, 11 Jun 2025 14:47:48 +0800
Subject: [PATCH] Change name
---
frontend/index.html | 2 +-
go.mod | 2 +-
wails.json | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/frontend/index.html b/frontend/index.html
index c6e1f2d..203a1e3 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -3,7 +3,7 @@
- chrome-multi
+ browser-multi
diff --git a/go.mod b/go.mod
index 2c52cad..181ef94 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module chrome-multi
+module browser-multi
go 1.23
diff --git a/wails.json b/wails.json
index f3c7283..0f9d39f 100644
--- a/wails.json
+++ b/wails.json
@@ -1,13 +1,13 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
- "name": "chrome-multi",
- "outputfilename": "chrome-multi",
+ "name": "browser-multi",
+ "outputfilename": "browser-multi",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
- "name": "ZhuoQinghui",
+ "name": "End",
"email": "1302344380@qq.com"
}
}