Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scriptcat",
"version": "1.1.1",
"version": "1.2.0-beta",
Copy link

Copilot AI Sep 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json 和 manifest.json 中的版本格式不一致。package.json 使用 '1.2.0-beta' 而 manifest.json 使用 '1.2.0.1100'。建议统一版本格式以避免混淆,例如都使用 '1.2.0' 或在 package.json 中也包含构建号。

Suggested change
"version": "1.2.0-beta",
"version": "1.2.0.1100",

Copilot uses AI. Check for mistakes.
"description": "脚本猫,一个可以执行用户脚本的浏览器扩展,万物皆可脚本化,让你的浏览器可以做更多的事情!",
"author": "CodFrm",
"license": "GPLv3",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_scriptcat__",
"version": "1.1.1",
"version": "1.2.0.1100",
Copy link

Copilot AI Sep 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

版本号格式 '1.2.0.1100' 不符合语义化版本规范。浏览器扩展应使用标准的语义化版本格式,如 '1.2.0' 或 '1.2.0-beta.1100'。当前格式可能在某些浏览器商店中被拒绝。

Suggested change
"version": "1.2.0.1100",
"version": "1.2.0-beta.1100",

Copilot uses AI. Check for mistakes.
"author": "CodFrm",
"description": "__MSG_scriptcat_description__",
"options_ui": {
Expand Down