mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
18 lines
386 B
TypeScript
18 lines
386 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/i/14332576',
|
|
},
|
|
],
|
|
});
|