chore: remove deprecation comments from EditableNumber and Sortable components

- Removed deprecation comments from EditableNumber and Sortable components, as they were previously marked for removal due to low usage and dependency conflicts.
This commit is contained in:
MyPrototypeWhat
2025-11-03 14:24:22 +08:00
parent fb6b326947
commit e06142b89a
2 changed files with 0 additions and 16 deletions
@@ -1,11 +1,3 @@
/**
* @deprecated 此组件使用频率仅为 2 次,不符合 UI 库提取标准(需 ≥3 次)
* 计划在未来版本中移除。且此组件依赖 antd 和 styled-components,与项目迁移方向不符。
*
* This component has only 2 usages and does not meet the UI library extraction criteria (requires ≥3 usages).
* Planned for removal in future versions. Also depends on antd and styled-components, which conflicts with the migration direction.
*/
// Original path: src/renderer/src/components/EditableNumber/index.tsx
import { InputNumber } from 'antd'
import type { FC } from 'react'
@@ -1,11 +1,3 @@
/**
* @deprecated 此组件使用频率仅为 2 次,不符合 UI 库提取标准(需 ≥3 次)
* 计划在未来版本中移除。且此组件依赖 styled-components,与项目迁移方向不符。
*
* This component has only 2 usages and does not meet the UI library extraction criteria (requires ≥3 usages).
* Planned for removal in future versions. Also depends on styled-components, which conflicts with the migration direction.
*/
import type {
Active,
DragEndEvent,