mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(OPPO手机管家): 版本更新 (#1508)
* feat(OPPO手机管家): 版本更新 * chore(actions): check_format_lint * feat(OPPO手机管家): 版本更新 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li> close #1498
This commit is contained in:
22
src/apps/com.coloros.phonemanager.ts
Normal file
22
src/apps/com.coloros.phonemanager.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.coloros.phonemanager',
|
||||
name: 'OPPO手机管家',
|
||||
groups: [
|
||||
{
|
||||
key: 3,
|
||||
name: '版本更新',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'@[text="取消"] < [id="com.coloros.phonemanager:id/buttonPanel"] > [text="更新"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13194979',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user