项目截图、readme更新

This commit is contained in:
2026-08-05 17:11:05 +08:00
parent cc51c49272
commit e8b28a37e4
16 changed files with 316 additions and 154 deletions

View File

@@ -13,6 +13,10 @@ const ARM_DELTA = 10;
* SPA 使用内部滚动body overflow:hidden原生下拉刷新不可用需挂到此容器。
*/
function pickScrollEl(): HTMLElement | null {
// 手机 Feed 整栏滚动(板块 / 排序栏可滚走)
const mobileFeed = document.querySelector<HTMLElement>('.main-content--feed-mobile-scroll');
if (mobileFeed) return mobileFeed;
const list = document.querySelector<HTMLElement>('.post-list-scroll');
if (list) return list;