mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(有道云笔记): 开屏广告 (#469)
This commit is contained in:
15
src/apps/com.youdao.note.ts
Normal file
15
src/apps/com.youdao.note.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.youdao.note',
|
||||||
|
name: '有道云笔记',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.youdao.note.activity2.NormalSplashActivity',
|
||||||
|
rules: '[id="com.youdao.note:id/count_down_textview"][text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12745606',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user