mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:23:40 +08:00
feat(不厌书法):功能介绍 (#2353)
This commit is contained in:
parent
d3b42e6a6a
commit
d62a5960ca
25
src/apps/com.buyanchuantong.buyanshufa.ts
Normal file
25
src/apps/com.buyanchuantong.buyanshufa.ts
Normal file
|
@ -0,0 +1,25 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.buyanchuantong.buyanshufa',
|
||||
name: '不厌书法',
|
||||
groups: [
|
||||
{
|
||||
enable: false,
|
||||
key: 3,
|
||||
name: '功能介绍',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'activity',
|
||||
activityIds: 'com.buyanchuantong.buyanshufa.SplashActivity',
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'[id="com.buyanchuantong.buyanshufa:id/next_page_imageview"][text^="点击跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13425296',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user