mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
20
src/apps/com.huaban.android.ts
Normal file
20
src/apps/com.huaban.android.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.huaban.android',
|
||||
name: '花瓣',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
quickFind: true,
|
||||
name: '更新提示-版本更新弹窗',
|
||||
desc: '点击不再提示',
|
||||
rules: [
|
||||
{
|
||||
matches: '[vid="tv_update"] + * > [text="不再提示"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13832253',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user