mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
chore: pnpm lint
This commit is contained in:
@@ -2,13 +2,13 @@ import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.jym.mall',
|
||||
name: `交易猫`,
|
||||
name: '交易猫',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: `升级弹窗`,
|
||||
rules: `[id="com.jym.mall:id/tv_cancel"][text="下次再说"]`,
|
||||
snapshotUrls: `https://gkd-kit.gitee.io/import/12496974`,
|
||||
name: '升级弹窗',
|
||||
rules: '[id="com.jym.mall:id/tv_cancel"][text="下次再说"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12496974',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user