feat:
1、移动popup的page、components 2、更新wxt的host权限 3、验证message传递逻辑
This commit is contained in:
+13
-3
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user