Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(天翼生活): 版本更新 (#3794)
Browse files Browse the repository at this point in the history
* feat(天翼生活): 版本更新

* Update com.ataaw.tianyi.ts

* Update com.ataaw.tianyi.ts

---------

Co-authored-by: 二刺螈 <[email protected]>
  • Loading branch information
jiuqianyuan and lisonge authored Jan 14, 2024
1 parent 3956730 commit 419273f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/apps/com.ataaw.tianyi.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.ataaw.tianyi',
name: '天翼生活',
groups: [
{
key: 2,
name: '更新提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: ['[vid="version"]', '[vid="ignore"]'],
snapshotUrls: 'https://i.gkd.li/import/13867468',
},
],
});

0 comments on commit 419273f

Please sign in to comment.