bc3b464349
微信小程序 host-bridge 与 shell 文件改为职责命名 移动壳 host-bridge 与 shell 文件改为职责命名 更新原生壳结构门禁、微信 smoke 和宿主壳文档
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
export const MOBILE_SHELL_SAFE_AREA_EDGES = [
|
|
'top',
|
|
'right',
|
|
'bottom',
|
|
'left',
|
|
] as const;
|