mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:25:30 +08:00
parent
b5db6e2582
commit
4a01e26551
29
src/apps/com.enflick.android.TextNow.ts
Normal file
29
src/apps/com.enflick.android.TextNow.ts
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.enflick.android.TextNow',
|
||||||
|
name: 'TextNow',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '设为默认应用提示',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches:
|
||||||
|
'[id="com.enflick.android.TextNow:id/btn_dismiss"][text="Not Now"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13630460',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
preKeys: 0,
|
||||||
|
matches: '[id="android:id/button2"][text="SKIP"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13630463',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user