From d6d20d9428738f843b3d6670154c9ed47c01fc58 Mon Sep 17 00:00:00 2001 From: xuanqb Date: Mon, 4 Sep 2023 09:10:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B1=86=E7=93=A3=E6=A0=87=E8=AE=B0?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E5=90=8C=E6=AD=A5=E5=88=B0=E6=88=91=E7=9A=84?= =?UTF-8?q?=E5=8A=A8=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.douban.frodo.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.douban.frodo.ts b/src/apps/com.douban.frodo.ts index e1515dfc..fea00200 100644 --- a/src/apps/com.douban.frodo.ts +++ b/src/apps/com.douban.frodo.ts @@ -18,5 +18,15 @@ export default defineAppConfig({ 'https://gkd-kit.gitee.io/import/12506164', ], }, + { + key: 1, + name: '不同步到我的动态', + desc:'标记看过时,不同步到我的动态', + activityIds: 'com.douban.frodo.subject.activity.RatingActivity', + rules: '[id="com.douban.frodo:id/check_status"][checked=true]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12508481' + ] + } ], });