From 5c0d4a2560e657754ffd3397197acc7509991d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=80=E4=B9=8B?= Date: Fri, 11 Apr 2025 17:48:23 +0800 Subject: [PATCH] =?UTF-8?q?alpha.2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- scripts/pack.js | 3 ++- src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 82139c8..33bffe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scriptcat", - "version": "0.17.0-alpha.1", + "version": "0.17.0-alpha.2", "description": "脚本猫,一个可以执行用户脚本的浏览器扩展,万物皆可脚本化,让你的浏览器可以做更多的事情!", "author": "CodFrm", "license": "GPLv3", diff --git a/scripts/pack.js b/scripts/pack.js index e9629b1..9622b9b 100644 --- a/scripts/pack.js +++ b/scripts/pack.js @@ -24,8 +24,9 @@ if (version.prerelease.length) { throw new Error("未知的版本类型"); } manifest.version = `${version.major.toString()}.${version.minor.toString()}.${version.patch.toString()}.${betaVersion.toString()}`; - manifest.name = `${manifest.name} Beta`; + manifest.name = `__MSG_scriptcat_beta__`; } else { + manifest.name = `__MSG_scriptcat__`; manifest.version = package.version; } diff --git a/src/manifest.json b/src/manifest.json index cfd8e5e..98722fa 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_scriptcat__", - "version": "0.17.0.1002", + "version": "0.17.0.1003", "author": "CodFrm", "description": "__MSG_scriptcat_description__", "options_ui": {