diff --git a/soul-admin/src/pages/content/ContentPage.tsx b/soul-admin/src/pages/content/ContentPage.tsx index 6121dab7..acd7220b 100644 --- a/soul-admin/src/pages/content/ContentPage.tsx +++ b/soul-admin/src/pages/content/ContentPage.tsx @@ -1440,6 +1440,41 @@ export function ContentPage() { +
+ +
+ +
+
+
+ + + setEditingSection({ + ...editingSection, + hotScore: Math.max(0, parseFloat(e.target.value) || 0), + }) + } + /> +