mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
21
src/apps/com.coloros.gallery3d.ts
Normal file
21
src/apps/com.coloros.gallery3d.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.coloros.gallery3d',
|
||||||
|
name: '相册',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '更新提示',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.coloros.gallery3d.app.MainActivity',
|
||||||
|
matches: '[text="更新"] -2 [text="取消"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/47232102/0dae9f4b-8432-4cf4-b648-07ae17cdece2',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13554797',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user