Skip to content

Wtrwx/WtrwxFluidApp

Repository files navigation

WtrwxFluidApp

Hexo-theme-fluid-AndroidApp

使用说明:

1.请务必确保您的hexo主题为Fluid,不是请自行适配jsoup爬虫。

2.在全局范围内修改 https://wtrwx.top 为您的域名,注意不可多/少/,需保持与原格式一致。

3.在您的博客中全局添加以下js代码(判断UA隐藏元素)。

if (navigator.userAgent == "app/WtrwxFluid") {
    document.getElementById("header").style.height = "0";
    document.getElementById("navbar").style.display = "none";
    //console.log('app');
}
开源相关:

1.AndroidX

2.jsoup

3.BottomSheetMenu