mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(ToDesk): 广告卡片 (#1718)
* feat 广告卡片 * feat(ToDesk): 广告卡片 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
17
src/apps/youqu.android.todesk.ts
Normal file
17
src/apps/youqu.android.todesk.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'youqu.android.todesk',
|
||||
name: 'ToDesk',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '广告卡片',
|
||||
activityIds: 'youqu.android.todesk.activity.WelcomeActivity',
|
||||
quickFind: true,
|
||||
rules:
|
||||
'[id="youqu.android.todesk:id/sivDeviceBanner"] + [id="youqu.android.todesk:id/llClose"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13228546',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user