This commit is contained in:
IndieKKY
2024-10-06 19:22:01 +08:00
parent d11b517d5e
commit 5ba2b9fd6d
6 changed files with 9 additions and 12 deletions

View File

@@ -12,8 +12,5 @@ export type L2ResMsg<L2Res = any> = {
data?: L2Res
}
export const MESSAGE_TO_EXTENSION_HANDSHAKE = '_handshake'
export const MESSAGE_TO_EXTENSION_ROUTE = '_route'
export const TAG_TARGET_INJECT = 'target:inject'
export const TAG_TARGET_APP = 'target:app'