偵測目前網站的feed,方便訂閱RSS內容。
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
fix: multiple UI in iframe. fix: error UI display in View Transition in astro, and others similar one. new: better UI style, more consistent design.
@run-at document-idle
Fix: 避免了 UI 在 iframe 中生成; 將 Widget 掛載到 document.documentElement(即 標籤下),使其與 同級,避免被網站佈局影響。
Fix: Prevents UI from being generated in an iframe by mounting the Widget to document.documentElement (i.e., under the tag), making it at the same level as , thus avoiding being affected by the website layout.