mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
chore: sync
This commit is contained in:
18
src/apps/com.douban.frodo.ts
Normal file
18
src/apps/com.douban.frodo.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.douban.frodo',
|
||||
name: '豆瓣',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.douban.frodo.activity.SplashActivity',
|
||||
rules: '[id="com.douban.frodo:id/skip"||text^="跳过"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12505151',
|
||||
'https://gkd-kit.gitee.io/import/12505152',
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user