mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(醒图): 好评反馈 (#1301)
* feat(醒图) * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1296
This commit is contained in:
15
src/apps/com.xt.retouch.ts
Normal file
15
src/apps/com.xt.retouch.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
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://gkd-kit.songe.li/import/13062637',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user