| 技能名称 | +描述 | +分类 | +状态 | +操作 | +
|---|---|---|---|---|
|
+
+ {cv?.icon || '📦'}
+ {cv?.publicName || skill?.name || '未知技能'}
+
+ |
+ {cv?.publicDesc || skill?.desc || '-'} | +{cv?.category || '-'} | ++ + {statusInfo.text} + + | +
+
+ {!delisted && (
+ <>
+ {item.enabled ? (
+
+ ) : (
+
+ )}
+
+ >
+ )}
+
+
+ |
+
+ {cv.publicDesc} +
+| Key | +Value | +操作 | +
|---|---|---|
|
+ handleConfigChange(index, 'key', e.target.value)}
+ placeholder="配置项名称"
+ />
+ {errors[index]?.key && (
+
+ {errors[index].key}
+
+ )}
+ |
+
+ handleConfigChange(index, 'value', e.target.value)}
+ placeholder="配置项值"
+ />
+ {errors[index]?.value && (
+
+ {errors[index].value}
+
+ )}
+ |
+ + + | +
by {skill.author}
-+ {cv.publicDesc} +
+- {currentVersion.publicDesc}。安装后,您可以在对话中直接调用该技能。例如,您可以说: + 安装后,您可以在对话中直接调用该技能。例如,您可以说: