mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
16 lines
418 B
TypeScript
16 lines
418 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.vivo.browser',
|
|
name: 'vivo浏览器',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '功能类-免流提示',
|
|
activityIds: 'com.vivo.browser.pendant.PendantActivity',
|
|
rules: '[id="com.vivo.browser:id/dialog_button_right"][text="继续浏览"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12847431',
|
|
},
|
|
],
|
|
});
|