@icyfenix-dmla/cli 2026.5.2-1921 → 2026.5.2-1955

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icyfenix-dmla/cli",
3
- "version": "2026.5.2-1921",
3
+ "version": "2026.5.2-1955",
4
4
  "description": "DMLA 沙箱服务命令行工具",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -609,7 +609,7 @@ async function downloadDataset(dataPath, dataset) {
609
609
  export async function runDataTUI() {
610
610
  showBanner()
611
611
 
612
- const dataPath = getDataVolumePath()
612
+ let dataPath = getDataVolumePath()
613
613
 
614
614
  // 确保配置目录存在
615
615
  if (!fs.existsSync(DMLA_CONFIG_DIR)) {