Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat: 豆瓣标记时不同步到我的动态,默认不开启
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanqb committed Sep 4, 2023
1 parent d6d20d9 commit bf6948b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/apps/com.douban.frodo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ export default defineAppConfig({
{
key: 1,
name: '不同步到我的动态',
desc:'标记看过时,不同步到我的动态',
desc: '标记看过时,不同步到我的动态',
enable: false,
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'
'https://gkd-kit.gitee.io/import/12508777'
]
}
],
Expand Down

0 comments on commit bf6948b

Please sign in to comment.