Skip to content

Commit

Permalink
chore: 更新版本号至0.2.0,修改帮助弹窗显示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
adlsdztony committed Dec 15, 2024
1 parent 8cc930b commit dd93946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "SuperEZ",
"version": "0.1.0",
"version": "0.2.0",
"description": "Better online HKU experience with SuperEZ",
"background": {
"service_worker": "scripts/background.js"
Expand Down
5 changes: 4 additions & 1 deletion scripts/help/jsx/Help.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ window.popup.HelpPopup = async function (custom, inner) {
innerText: "Help",
}),
window.elements.Div({
innerText: "v0.1.0-alpha",
innerText: "Powered by EZ-HKU with ❤️",
}),
window.elements.Div({
innerText: "v0.2.0-beta",
}),
window.elements.A({
href: "https://github.com/EZ-HKU/SuperEZ",
Expand Down

0 comments on commit dd93946

Please sign in to comment.