mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
16 lines
383 B
TypeScript
16 lines
383 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xt.retouch',
|
|
name: '醒图',
|
|
groups: [
|
|
{
|
|
key: 5,
|
|
name: '好评反馈',
|
|
activityIds: 'com.xt.retouch.uilauncher.MainActivity',
|
|
rules: '[id="com.xt.retouch:id/market_feedback_dialog_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13062637',
|
|
},
|
|
],
|
|
});
|