diff --git a/src/components/md-commander/CommanderInput.tsx b/src/components/md-commander/CommanderInput.tsx index 1429ed0..7c9b95a 100644 --- a/src/components/md-commander/CommanderInput.tsx +++ b/src/components/md-commander/CommanderInput.tsx @@ -39,8 +39,8 @@ export const CommanderInput: Component = (props) => { {/* 自动补全下拉框 - 向上弹出 */} 0}> -
- {(comp, idx) => ( +
+ {(comp, idx) => (
= (props) => {
)}
+ 3}> +
+ 还有 {props.completions().length - 3} 个补全项... +
+
diff --git a/src/components/md-commander/TrackerView.tsx b/src/components/md-commander/TrackerView.tsx index 801a710..ba202c0 100644 --- a/src/components/md-commander/TrackerView.tsx +++ b/src/components/md-commander/TrackerView.tsx @@ -34,11 +34,14 @@ export const TrackerView: Component = (props) => { {(item) => (
- {/* 头部:tag 和操作按钮 */} + {/* 头部:tag、id 和操作按钮 */}
{item.tag} - #{item.id.slice(-6)} + + #{item.id} + + • {item.uuid.slice(-6)}