mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat: 一些软件规则的添加和更新 (#205)
* 初步导入了每日赛车的规则 * 更新了一些软件的规则 * chore(actions): permissions * chore(actions): permissions-write-all * chore(format): change LF to CRLF * chore: revise after review * chore: 规则优化 --------- Co-authored-by: Long Miao <longmiaohez@163.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
15
src/apps/com.taobao.idlefish.ts
Normal file
15
src/apps/com.taobao.idlefish.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.taobao.idlefish',
|
||||
name: '闲鱼',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.taobao.idlefish.maincontainer.activity.MainActivity',
|
||||
rules: '[id="com.taobao.idlefish:id/advert_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12668670',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user