mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(点心云): 开屏广告 (#843)
* feat(点心云) - 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
16
src/apps/com.dianxinai.mobile.ts
Normal file
16
src/apps/com.dianxinai.mobile.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.dianxinai.mobile',
|
||||
name: '点心云',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.dianxinai.mobile.MainActivity'],
|
||||
rules:
|
||||
'@ViewGroup[clickable = true] > TextView[text $="s" && text.length=2]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12847518',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user