1 Star 14 Fork 0

诺墨/Gitee Notifier

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wxt.config.ts 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { defineConfig } from 'wxt';
// See https://wxt.dev/api/config.html
export default defineConfig({
modules: ['@wxt-dev/module-vue', '@wxt-dev/auto-icons'],
autoIcons: {
enabled: true,
grayscaleOnDevelopment: false,
// baseIconPath: './icon',
},
manifest: {
name: 'Gitee Notifier',
description: '提供 Gitee 站内消息通知功能',
version: '0.3.0',
permissions: [
'storage',
'notifications',
'webRequest',
],
host_permissions: [
'https://*.gitee.com/*'
],
action: {
default_icon: {},
default_title: 'Gitee 通知中心',
}
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/normalcoder/gitee-notifier.git
git@gitee.com:normalcoder/gitee-notifier.git
normalcoder
gitee-notifier
Gitee Notifier
master

搜索帮助