mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
chore: init
This commit is contained in:
13
src/apps/com.daimajia.gold.ts
Normal file
13
src/apps/com.daimajia.gold.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.daimajia.gold',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '稀土掘金-开屏广告',
|
||||
activityIds: 'im.juejin.android.ui.SplashActivity',
|
||||
rules: '[id=`com.daimajia.gold:id/fl_skip`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user