mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(疯狂刷题): 更新弹窗 (#363)
This commit is contained in:
24
src/apps/com.yaerxing.fkst.ts
Normal file
24
src/apps/com.yaerxing.fkst.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.yaerxing.fkst',
|
||||
name: '疯狂刷题',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: [
|
||||
'com.yaerxing.fkst.activity.MainActivity',
|
||||
'com.yaerxing.fkst.activity.SplashActivity',
|
||||
'com.yaerxing.fkst.activity.SelectModuleActivity',
|
||||
],
|
||||
rules:
|
||||
'@[id="com.yaerxing.fkst:id/iv_close"] < LinearLayout - LinearLayout > [id="com.yaerxing.fkst:id/btn_update"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12715037',
|
||||
'https://gkd-kit.gitee.io/import/12715047',
|
||||
'https://gkd-kit.gitee.io/import/12715053',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user