mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat: ReadEra-分享提示 (#1269)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
22
src/apps/org.readera.ts
Normal file
22
src/apps/org.readera.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'org.readera',
|
||||
name: 'ReadEra',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '评价提示-分享提示',
|
||||
desc: '点击右上角的x',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.MainActivity',
|
||||
matches:
|
||||
'[desc="关闭"][clickable=true][childCount=0] < FrameLayout + LinearLayout >3 [text*="通过社交网络分享这款应用"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/22950138',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user