Files
AIsouler-GKD_subscription/src/apps/com.nasoft.socmark.ts
Kun Jinkao c354424b11 quickFind
2024-02-20 19:55:00 +08:00

18 lines
391 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.nasoft.socmark',
name: '手机性能排行',
groups: [
{
key: 1,
name: '更新提示',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '@[text="取消"] + [text="更新"]',
snapshotUrls: 'https://i.gkd.li/import/14332576',
},
],
});