mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(不背单词): 右下角弹窗 (#3385)
* fix(不背单词): 自动签到 * Add files via upload * Update cn.com.langeasy.LangEasyLexis.ts
This commit is contained in:
@@ -8,6 +8,9 @@ export default defineAppConfig({
|
||||
enable: false,
|
||||
key: 1,
|
||||
name: '自动签到',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'cn.com.langeasy.LangEasyLexis.activity.MainActivity',
|
||||
@@ -16,5 +19,19 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
enable: false,
|
||||
name: '右下角弹窗',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'cn.com.langeasy.LangEasyLexis.activity.MainActivity',
|
||||
matches: '[id="cn.com.langeasy.LangEasyLexis:id/close_float_button"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13759025',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user