feat(不厌书法):功能介绍 (#2353)

This commit is contained in:
jiuqianyuan 2023-11-22 20:06:28 +08:00 committed by GitHub
parent d3b42e6a6a
commit d62a5960ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
},
],
});