mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(米游社): 自动打卡 (#888)
* feat(米游社): 自动签到 * feat(米游社): 自动打卡-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -40,5 +40,17 @@ export default defineAppConfig({
|
||||
rules: 'TextView[id="com.mihoyo.hyperion:id/mUpgradeDialogCancel"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12675513',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '自动打卡',
|
||||
desc: '点击顶部搜索框右侧[打卡],切换板块自动签到',
|
||||
activityIds: 'com.mihoyo.hyperion.main.HyperionMainActivity',
|
||||
rules:
|
||||
'TextView[id="com.mihoyo.hyperion:id/mTvText"][text="打卡"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12857503', // 未打卡
|
||||
'https://gkd-kit.gitee.io/import/12859518', // 已打卡
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user