alpha.2版本

This commit is contained in:
王一之 2025-04-11 17:48:23 +08:00
parent 7ca85801ef
commit 5c0d4a2560
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "scriptcat",
"version": "0.17.0-alpha.1",
"version": "0.17.0-alpha.2",
"description": "脚本猫,一个可以执行用户脚本的浏览器扩展,万物皆可脚本化,让你的浏览器可以做更多的事情!",
"author": "CodFrm",
"license": "GPLv3",

View File

@ -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;
}

View File

@ -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": {