mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
26 lines
744 B
TypeScript
26 lines
744 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.sfexpress.sfim',
|
|
name: '丰声',
|
|
groups: [
|
|
{
|
|
enable: false,
|
|
key: 10,
|
|
name: 'CAS安全认证-自动登录',
|
|
desc: '自动点击【登录】按钮',
|
|
activityIds: [
|
|
'com.sfexpress.sfim.scan.view.SfScanActivity',
|
|
'com.sfexpress.sfim.microservice.commonservice.ui.MicroAppContainerActivity',
|
|
'com.sfexpress.sfim.sdkuikit.widget.dialog.NoticeDialog',
|
|
],
|
|
rules: '[text="CAS安全认证"] >n [text="登录"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12745239',
|
|
'https://i.gkd.li/import/12745240',
|
|
'https://i.gkd.li/import/12745241',
|
|
],
|
|
},
|
|
],
|
|
});
|