Skip to content

Commit

Permalink
feat: 设置workflow可通过手动触发
Browse files Browse the repository at this point in the history
  • Loading branch information
W7256 committed Jul 5, 2024
1 parent f6f28ce commit 5760791
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build_release

on: push
on:
push:
workflow_dispatch:

jobs:
build_release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check_fix_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- '**'
workflow_dispatch:

permissions: write-all

Expand Down
6 changes: 3 additions & 3 deletions src/apps/com.ss.android.ugc.aweme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,16 @@ export default defineAppConfig({
rules: [
{
quickFind: true,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
matches: '@Button[text="拒绝"] +n Button[text="继续"]',
exampleUrls:
'https://m.gkd.li/110102406/24a81233-6ce3-4da9-b6c6-e747c3b7964a',
snapshotUrls: 'https://i.gkd.li/i/16110031',
},
],
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
},
],
});

0 comments on commit 5760791

Please sign in to comment.