mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(豆瓣): 不分享/同步作品短评 (#2532)
* feat(豆瓣):不分享/同步作品短评 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2531
This commit is contained in:
@@ -12,7 +12,7 @@ export default defineAppConfig({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[text^="跳过"][text.length<=10]',
|
rules: '[text*="跳过"][text.length<=10]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12505151',
|
'https://i.gkd.li/import/12505151',
|
||||||
'https://i.gkd.li/import/12505152',
|
'https://i.gkd.li/import/12505152',
|
||||||
@@ -20,13 +20,30 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
|
||||||
name: '不同步到我的动态',
|
|
||||||
desc: '标记看过时,不同步到我的动态',
|
|
||||||
enable: false,
|
enable: false,
|
||||||
|
key: 1,
|
||||||
|
name: '不分享/同步作品短评',
|
||||||
|
desc: '书影音-作品-状态-不分享/同步短评(5s后可手动)',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 5000,
|
||||||
|
resetMatch: 'activity',
|
||||||
activityIds: 'com.douban.frodo.subject.activity.RatingActivity',
|
activityIds: 'com.douban.frodo.subject.activity.RatingActivity',
|
||||||
rules: '[id="com.douban.frodo:id/check_status"][checked=true]',
|
rules: [
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12508777'],
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '不分享到微信、微博',
|
||||||
|
matches:
|
||||||
|
'@LinearLayout > [id="com.douban.frodo:id/check_weibo_wechat"][visibleToUser=true][checked=true]',
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/12508777'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '不同步到动态',
|
||||||
|
matches:
|
||||||
|
'@LinearLayout > [id="com.douban.frodo:id/check_status"][visibleToUser=true][checked=true]',
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/12508777'],
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user