简静凡
简静凡
请问可以更新一下Git版本为最新吗
### Describe the bug ```js const iframe = document.createElement("iframe"); iframe.style.cssText = "position:fixed;left:100vw;"; document.body.appendChild(iframe) const documentIframe = iframe.contentWindow.document documentIframe.open() documentIframe.write('hello') documentIframe.close() ``` Executing `document.write` in the web will trigger multiple errors,...
### UnoCSS version 0.58.3 ### Describe the bug I used `mode: 'dist-chunk'` in the astro project. I have two pages, which are: ```html a ``` ```html bb ``` The `a`...
### Version 29.7.0 ### Steps to reproduce After I upgraded `typeScript` version from `5.5.4` to `5.6.2`, my test pipeline execution failed. My execution failed pipeline is https://github.com/wtto00/android-tools/actions/runs/10907495575/job/30271298092 ### Expected behavior...
### Describe the bug The page uses `defineAsyncComponent` to introduce an asynchronous component. Waiting for the asynchronous component to load can cause layout changes on the page, and `useElementBounding` cannot...
#### Description The latest configuration of the `deep-linking` plugin has changed, but the `zh-cn` translation still follows the old configuration format. Current configuration: ```json { "plugins": { "deep-link": { "domains":...