mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: 通知提示(补充字段)
This commit is contained in:
@@ -8,7 +8,10 @@ export default defineAppConfig({
|
||||
enable: false,
|
||||
key: 0,
|
||||
name: '通知提示-通知权限请求',
|
||||
desc: '会出现在创作、模板、我的页面,自动点击不开启。',
|
||||
desc: '会出现在创作、模板、我的页面,自动点击不开启',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
activityIds: 'com.bcut.homepage.widget.MainActivity',
|
||||
rules: [
|
||||
@@ -29,7 +32,7 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 3,
|
||||
name: '更新提示',
|
||||
desc: '勾选【忽略】-点击【以后再说】',
|
||||
desc: '勾选"忽略"-点击"以后再说"',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
@@ -38,13 +41,13 @@ export default defineAppConfig({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '勾选【忽略】',
|
||||
name: '勾选"忽略"',
|
||||
matches:
|
||||
'[id="com.bilibili.studio:id/update_cbx_ignore_version"][checked=false]',
|
||||
},
|
||||
{
|
||||
preKeys: 0,
|
||||
name: '点击【以后再说】',
|
||||
name: '点击"以后再说"',
|
||||
matches: '[id="com.bilibili.studio:id/update_btn_cancel"]',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user