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

Commit

Permalink
feat(新小财神影视): 关闭公告栏
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 6, 2023
1 parent b3feb65 commit 412b7c8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/apps/com.miaoying.appmy.cs.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.miaoying.appmy.cs',
name: '新小财神影视',
groups: [
{
key: -1,
name: '关闭公告栏',
desc: 'APP启动时出现的公告栏',
activityIds: [
'com.miaoying.appmy.cs.MainActivity',
'com.miui.home.launcher.Launcher',
],
rules: '@[desc="我知道了"] + [desc="了解更多"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12522872',
},
],
});

0 comments on commit 412b7c8

Please sign in to comment.