@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 +1 -1
- package/src/commands/data.js +1 -1
package/package.json
CHANGED
package/src/commands/data.js
CHANGED
|
@@ -609,7 +609,7 @@ async function downloadDataset(dataPath, dataset) {
|
|
|
609
609
|
export async function runDataTUI() {
|
|
610
610
|
showBanner()
|
|
611
611
|
|
|
612
|
-
|
|
612
|
+
let dataPath = getDataVolumePath()
|
|
613
613
|
|
|
614
614
|
// 确保配置目录存在
|
|
615
615
|
if (!fs.existsSync(DMLA_CONFIG_DIR)) {
|