mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 14:32:20 +08:00
feat(vivo应用商店): 开屏广告 (#835)
* feat(vivo应用商店) - 开屏广告 * chore(actions): check_format_lint * feat(vivo应用商店): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
edd9565766
commit
85ef42f747
17
src/apps/com.bbk.appstore.ts
Normal file
17
src/apps/com.bbk.appstore.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.bbk.appstore',
|
||||
name: 'vivo应用商店',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
activityIds: ['com.bbk.appstore.ui.AppStore'],
|
||||
rules:
|
||||
'[id="com.bbk.appstore:id/launch_activity_root_layout"] >6 [text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12847395',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user