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
+4
View File
@@ -0,0 +1,4 @@
export enum AppState {
READ = 'ready',
RECORDING = 'recording',
}