mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
19 lines
469 B
TypeScript
19 lines
469 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xt.retouch',
|
|
name: '醒图',
|
|
groups: [
|
|
{
|
|
key: 5,
|
|
name: '评价提示-好评反馈',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: 'com.xt.retouch.uilauncher.MainActivity',
|
|
rules: '[id="com.xt.retouch:id/market_feedback_dialog_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13062637',
|
|
},
|
|
],
|
|
});
|