Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PYLXU committed Sep 15, 2024
1 parent 489707f commit e2d1d28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ var pluginShopButton = document.createElement("div");
pluginShopButton.setAttribute("data-page-id", "extensionShopPage");
pluginShopButton.setAttribute("onclick", "switchRightPage('extensionShopPage')");

pluginShopButton.innerHTML = '<i></i> 商店';
pluginShopButton.innerHTML = '<i></i> 商店';

var leftBar = document.getElementsByClassName("leftBar")[0];
leftBar.appendChild(pluginShopButton);
Expand All @@ -250,7 +250,7 @@ extensionShopPage.setAttribute("hidden", "");
extensionShopPage.classList.add("page");

extensionShopPage.innerHTML = `<div class="header">
<i></i> 扩展商店
<i></i> 扩展商店
</div>
<div id="extensionShopContainer">列表加载中...</div>`;

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packageId": "pluginStore",
"extName": "扩展商店",
"uiName": "扩展商店",
"version": "1.0",
"version": "1.1",
"entries":[
"main.js"
]
Expand Down

0 comments on commit e2d1d28

Please sign in to comment.