Skip to content

Commit

Permalink
feat: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Mar 23, 2024
1 parent f7602c8 commit 093d279
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- ## TODO
* banner
* 完成 welcome page
* welcome page
* tour: https://element-plus.org/zh-CN/component/tour.html
* port 通知优化
* 支持保存到 tiddlywiki
Expand All @@ -30,7 +30,12 @@
* 统计大小
* extension icon -->

## Doc
## Credits

* icon: https://iconduck.com/icons/14145/markdown
* icons generator: https://alexleybourne.github.io/chrome-extension-icon-generator/

<!-- ## Doc
* https://developer.chrome.com/docs/extensions/develop/concepts/messaging?hl=zh-cn
* https://wxt.dev/guide/storage.html
* https://wxt.dev/guide/storage.html -->
Binary file added public/icons/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ export default defineConfig({
// description: '执行我的命令',
// },
// },
icons: {
'16': 'icons/icon16.png',
'32': 'icons/icon32.png',
'48': 'icons/icon48.png',
'128': 'icons/icon128.png',
},

permissions: [
'contextMenus',
// 'alarms',
Expand Down

0 comments on commit 093d279

Please sign in to comment.