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