mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(手机性能排行) 更新提示 (#83)
This commit is contained in:
17
src/apps/com.nasoft.socmark.ts
Normal file
17
src/apps/com.nasoft.socmark.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user