remove ads

This commit is contained in:
pompurin404 2024-09-08 12:54:25 +08:00
parent 2b1846d72c
commit bd71587df9
No known key found for this signature in database

View File

@ -194,17 +194,6 @@ const Profiles: React.FC = () => {
ref={pageRef} ref={pageRef}
title="订阅管理" title="订阅管理"
header={ header={
<>
<Button
size="sm"
variant="light"
className="app-nodrag"
onPress={async () => {
open('https://mihomo.party/ads/airport/')
}}
>
</Button>
<Button <Button
size="sm" size="sm"
title="更新全部订阅" title="更新全部订阅"
@ -227,7 +216,6 @@ const Profiles: React.FC = () => {
> >
<IoMdRefresh className={`text-lg ${updating ? 'animate-spin' : ''}`} /> <IoMdRefresh className={`text-lg ${updating ? 'animate-spin' : ''}`} />
</Button> </Button>
</>
} }
> >
<div className="sticky top-0 z-40 bg-background"> <div className="sticky top-0 z-40 bg-background">