mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat(荣耀快服务): 局部广告-悬浮广告
This commit is contained in:
24
src/apps/com.hihonor.servicecenter.ts
Normal file
24
src/apps/com.hihonor.servicecenter.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.hihonor.servicecenter',
|
||||
name: '荣耀快服务',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-悬浮广告',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds:
|
||||
'com.hihonor.servicecardcenter.activity.LauncherActivity',
|
||||
matches: '[vid="float_cancel"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/b4c18338-c330-4deb-9689-3e7f2e2f32a8',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14887872',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user