Skip to content

Commit

Permalink
Merge pull request #43 from micro-zoe/fixEslintErrors
Browse files Browse the repository at this point in the history
Fix ESLint errors
  • Loading branch information
raoenhui authored Dec 20, 2023
2 parents ed14bbd + 3b33e2b commit d919c59
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 103 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# 如何使用

在chrome中输入`chrome://extensions`打开扩展程序,下载[插件地址](https://github.com/micro-zoe/micro-app-chrome-plugin/releases/download/v1.0.0/micro-app-chrome-plugin.zip),(提示:无需解压),将已下载的插件拖入。
在chrome中输入`chrome://extensions`打开扩展程序,下载[插件地址](https://github.com/micro-zoe/micro-app-chrome-plugin/releases/download/v1.0.2/micro-app-chrome-plugin.zip),(提示:无需解压),将已下载的插件拖入。

![扩展程序](https://img12.360buyimg.com/imagetools/jfs/t1/119438/16/38287/53001/646b50e3F9012f2e8/3bba9844bbb1431b.png)

Expand Down
Binary file removed micro-app-chrome-plugin.zip
Binary file not shown.
11 changes: 0 additions & 11 deletions src/app/popup-open/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions src/app/popup-open/index.tsx

This file was deleted.

67 changes: 0 additions & 67 deletions src/pages/devtools/dev-open.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions src/scripts/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,6 @@ chrome.contextMenus.onClicked.addListener(({ menuItemId }) => {
}
});
}
/*
* chrome.system.display.getInfo((displayInfo) => {
* const screenHeight = displayInfo[0].bounds.height;
* const screenWidth = displayInfo[0].bounds.width;
* const options: chrome.windows.CreateData = {
* type: 'popup',
* top: screenHeight - 420,
* width: screenWidth,
* height: 420,
* };
* options.url = chrome.extension.getURL(
* 'popup-open.html',
* );
* chrome.windows.create(options);
* });
*/
});

/**
Expand Down

0 comments on commit d919c59

Please sign in to comment.