🎨 页面内容变化时保持 av 头尾

This commit is contained in:
Vanessa 2023-12-12 00:53:15 +08:00
parent 8641d0c6b2
commit efd0828b9d
7 changed files with 79 additions and 63 deletions

View file

@ -431,6 +431,8 @@ interface IOptions {
interface IProtyle {
getInstance: () => import("../protyle").Protyle,
observerLoad?: ResizeObserver,
observer?: ResizeObserver,
app: import("../index").App,
transactionTime: number,
id: string,