mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(RAR): 订购 RAR 弹窗(默认关闭) (#578)
This commit is contained in:
17
src/apps/com.rarlab.rar.ts
Normal file
17
src/apps/com.rarlab.rar.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.rarlab.rar',
|
||||||
|
name: 'RAR',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 10,
|
||||||
|
name: '订购 RAR 弹窗',
|
||||||
|
desc: '自动点击【放弃】',
|
||||||
|
activityIds: 'com.rarlab.rar.MainActivity',
|
||||||
|
rules: '[text="订购"] + [text="放弃"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12781596',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user