mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
* feat(三星应用商店): 开屏广告 * docs(三星应用商店): 修改规则名字 * chore: 优化 --------- Co-authored-by: lisonge <i@songe.li>
20 lines
488 B
TypeScript
20 lines
488 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.sec.android.app.samsungapps',
|
|
name: '三星应用商店',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '开屏广告',
|
|
activityIds: ['com.sec.android.app.samsungapps.notipopup.WebViewPopup'],
|
|
rules: [
|
|
{
|
|
matches: '[id="com.sec.android.app.samsungapps:id/skip"]',
|
|
snapshotUrls: ['https://gkd-kit.songe.li/import/12674484'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|