mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
* feat(天翼生活):版本升级 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
25 lines
587 B
TypeScript
25 lines
587 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ataaw.tianyi',
|
|
name: '天翼生活',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '版本升级',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.ataaw.tianyi.MainActivity',
|
|
matches:
|
|
'[text^="发现新版本"] < RelativeLayout + LinearLayout [id="com.ataaw.tianyi:id/ignore"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13327303',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|