1、移动popup的page、components
2、更新wxt的host权限
3、验证message传递逻辑
This commit is contained in:
雨霖铃
2026-02-01 00:21:36 +08:00
parent 4213e70697
commit 0b70c0c0c1
12 changed files with 83 additions and 85 deletions
+13 -3
View File
@@ -1,12 +1,22 @@
export const messages = {
content: {
popup: {
from: {
start: 'popup:start',
},
to: {
stoped: 'popup:stoped',
started: 'popup:started',
},
checkStatus: 'popup:check-status',
ready: 'popup:ready',
},
content: {
from: {},
to: {
startRecording: 'content:start-recording',
stopRecording: 'content:stop-recording',
}
},
checkStatus: 'content:check-status',
},
offscreen: {
to: {