mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
* Create com.tt.turbo.ts * feat(甜糖): 开屏广告 * Update com.coolapk.market.ts 适配新的酷安开屏广告 * chore(actions): check_format_lint * Update com.coolapk.market.ts * Update com.coolapk.market.ts * Update com.coolapk.market.ts * Update com.coolapk.market.ts * chore(actions): check_format_lint * Update com.coolapk.market.ts * Update com.coolapk.market.ts * chore(actions): check_format_lint * Update com.coolapk.market.ts * Create cn.emagsoftware.gamehall.ts 支持咪咕快游 * feat(咪咕快游): 开屏广告 --------- Co-authored-by: 二刺螈 <i@songe.li> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
19 lines
435 B
TypeScript
19 lines
435 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.emagsoftware.gamehall',
|
|
name: '咪咕快游',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="cn.emagsoftware.gamehall:id/splash_skip"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13258853',
|
|
},
|
|
],
|
|
});
|