添加插件快速访问功能,支持下拉手势触发

This commit is contained in:
jxxghp
2025-07-02 14:18:58 +08:00
parent b48c26ee73
commit b8dff560f0
10 changed files with 993 additions and 16 deletions

View File

@@ -8,6 +8,11 @@ html.v-overlay-scroll-blocked {
position: fixed;
}
/* 防止Chrome移动端下拉刷新干扰 */
body {
overscroll-behavior: none;
}
@media (width <= 768px){
html.v-overlay-scroll-blocked {
position: relative;