mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:13:39 +08:00
feat(RAR): 订购 RAR 弹窗(默认关闭) (#578)
This commit is contained in:
parent
022cdd7a6c
commit
6c6ee664a8
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user