File tree Expand file tree Collapse file tree 6 files changed +10
-0
lines changed Expand file tree Collapse file tree 6 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 17
17
"actions.action_card.empty.start" : " Start here!" ,
18
18
"actions.action_card.empty.title" : " No Actions Yet" ,
19
19
"actions.action_card.enable_readability" : " Enable Readability" ,
20
+ "actions.action_card.feed_options.entry_attachments_duration" : " Entry Video Length" ,
20
21
"actions.action_card.feed_options.entry_author" : " Entry Author" ,
21
22
"actions.action_card.feed_options.entry_content" : " Entry Content" ,
22
23
"actions.action_card.feed_options.entry_media_length" : " Entry Media Length" ,
Original file line number Diff line number Diff line change 14
14
"actions.action_card.block_rules" : " ブロックルール" ,
15
15
"actions.action_card.custom_filters" : " カスタムフィルター" ,
16
16
"actions.action_card.enable_readability" : " 読みやすさを有効化" ,
17
+ "actions.action_card.feed_options.entry_attachments_duration" : " エントリー動画の長さ" ,
17
18
"actions.action_card.feed_options.entry_author" : " エントリー作成者" ,
18
19
"actions.action_card.feed_options.entry_content" : " エントリーコンテンツ" ,
19
20
"actions.action_card.feed_options.entry_media_length" : " エントリーメディアの長さ" ,
Original file line number Diff line number Diff line change 14
14
"actions.action_card.block_rules" : " 阻止规则" ,
15
15
"actions.action_card.custom_filters" : " 指定条件" ,
16
16
"actions.action_card.enable_readability" : " 启用阅读模式" ,
17
+ "actions.action_card.feed_options.entry_attachments_duration" : " 条目视频时长" ,
17
18
"actions.action_card.feed_options.entry_author" : " 条目作者" ,
18
19
"actions.action_card.feed_options.entry_content" : " 条目内容" ,
19
20
"actions.action_card.feed_options.entry_media_length" : " 条目媒体个数" ,
Original file line number Diff line number Diff line change 14
14
"actions.action_card.block_rules" : " 封鎖規則" ,
15
15
"actions.action_card.custom_filters" : " 自訂過濾條件" ,
16
16
"actions.action_card.enable_readability" : " 啟用可讀模式" ,
17
+ "actions.action_card.feed_options.entry_attachments_duration" : " 條目視頻時長" ,
17
18
"actions.action_card.feed_options.entry_author" : " 條目作者" ,
18
19
"actions.action_card.feed_options.entry_content" : " 條目內容" ,
19
20
"actions.action_card.feed_options.entry_media_length" : " 條目媒體數量" ,
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ export type ActionFeedField =
123
123
| "entry_url"
124
124
| "entry_author"
125
125
| "entry_media_length"
126
+ | "entry_attachments_duration"
126
127
127
128
export type MediaModel = Exclude <
128
129
ExtractBizResponse < typeof _apiClient . entries . $get > [ "data" ] ,
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ export const filterFieldOptions: Array<{
56
56
value : "entry_media_length" ,
57
57
type : "number" ,
58
58
} ,
59
+ {
60
+ label : "actions.action_card.feed_options.entry_attachments_duration" ,
61
+ value : "entry_attachments_duration" ,
62
+ type : "number" ,
63
+ } ,
59
64
]
60
65
61
66
export const filterOperatorOptions : Array < {
You can’t perform that action at this time.
0 commit comments