通用模式兼容摩卡和飞书,添加通信工具组件,添加未开通会员面板

This commit is contained in:
2026-07-17 20:04:29 +08:00
parent bca1ca3182
commit bfe13d300b
17 changed files with 1997 additions and 456 deletions
+4 -3
View File
@@ -1,11 +1,11 @@
{
"name": "offerpie-extension",
"displayName": "OfferPie Assistant",
"displayName": "Offer派智能投递助手",
"version": "0.1.0",
"description": "智能求职助手 - 自动化投递简历",
"description": "offer派平台旗下网申投递助手 - 自动化投递简历\n官网:https://offerpai.com.cn",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"build": "rimraf .plasmo/cache build && plasmo build && node scripts/fix-manifest.js",
"package": "plasmo package"
},
"dependencies": {
@@ -18,6 +18,7 @@
"@types/chrome": "^0.0.318",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"rimraf": "^6.1.3",
"typescript": "^5.8.3"
},
"manifest": {