重构消息通信

This commit is contained in:
IndieKKY
2024-10-03 23:38:18 +08:00
parent e3ddf386cb
commit f50a2e3abd
13 changed files with 719 additions and 374 deletions

View File

@@ -16,7 +16,7 @@
"@crxjs/vite-plugin": "^1.0.14",
"@kky002/kky-hooks": "^1.2.1",
"@kky002/kky-ui": "^1.0.9",
"@kky002/kky-util": "^1.4.2",
"@kky002/kky-util": "^1.13.13",
"@logto/react": "1.0.0-beta.13",
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.8.5",
@@ -28,6 +28,7 @@
"less": "^4.1.3",
"lodash-es": "^4.17.21",
"pako": "^2.1.0",
"postmessage-promise": "^3.2.1",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -46,10 +47,10 @@
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "^20.8.10",
"@types/chrome": "^0.0.203",
"@types/js-search": "^1.4.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^20.8.10",
"@types/pako": "^2.0.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.20",