feat: 通知提示(补充字段)

This commit is contained in:
aisouler
2024-02-06 22:25:41 +08:00
parent 19df630625
commit a40d1f7f38
123 changed files with 371 additions and 152 deletions

View File

@@ -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"]',
},
],