Skip to content

Commit

Permalink
feat(spam-detection): update step value and feature copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gary02 committed Aug 13, 2024
1 parent bec1a3e commit 5ea5afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FeatureList/SetFeatureValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class SetFeatureValue extends React.Component<
value={value || 1}
min={0}
max={1}
step={0.01}
step={0.001}
type="number"
size="small"
style={{ margin: '4px', verticalAlign: 'middle' }}
Expand Down
3 changes: 2 additions & 1 deletion src/components/FeatureList/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ export const explanationMap = {
tag_adoption: '用戶可以認領無人主理的標籤',
circle_management: '用戶可以使用圍爐搭建、管理功能',
circle_interact: '用戶可以於圍爐追蹤、訂閱、發布眾聊等',
spam_detection: '垃圾文將不會出現在各文章列表中',
spam_detection:
'垃圾文將不會出現在各文章列表中。文章垃圾文概率大於右邊值將自動判定為垃圾文, 可通過標記幹預文章是否為垃圾文。',
}

0 comments on commit 5ea5afa

Please sign in to comment.