mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(不厌书法):功能介绍 (#2353)
This commit is contained in:
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user