mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:32:22 +08:00
Create com.oneshareclap.malaysian.ts
Signed-off-by: lwi <lwi360@qq.com>
This commit is contained in:
parent
48d5d5d4ad
commit
1319b1b0f9
22
src/apps/com.oneshareclap.malaysian.ts
Normal file
22
src/apps/com.oneshareclap.malaysian.ts
Normal file
|
@ -0,0 +1,22 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.oneshareclap.malaysian',
|
||||
name: '水果派',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '启动页广告',
|
||||
desc: '跳过启动页广告',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'com.oneshareclap.malaysian.activity.SplashActivity',
|
||||
matches: '[text="关闭广告"]',
|
||||
exampleUrls: 'https://m.gkd.li/12692556/78e10270-b55e-41b4-b369-f9bd7bf38a74',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14099458',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
});
|
Loading…
Reference in New Issue
Block a user