mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(OPPO 商城): 升级提示+开屏广告 (#1940)
* feat(OPPO 商城): 提升提示+开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
26
src/apps/com.oppo.store.ts
Normal file
26
src/apps/com.oppo.store.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.oppo.store',
|
||||
name: 'OPPO商城',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '升级提示',
|
||||
desc: '点击下次再说',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
activityIds: 'com.oppo.store.MainActivity',
|
||||
rules: '@[text="下次再说"] -n [text="发现新版本"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13295202',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '弹窗广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.oppo.store.MainActivity',
|
||||
rules: 'ImageView[id="com.oppo.store:id/dialog_delete"][desc="关闭"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13295201',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user