autosnippet 1.5.1 → 1.5.2
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/bin/asnip.js +1 -1
- package/dashboard/dist/assets/{index-CVYuuLVX.js → index-BRdvvTPs.js} +12 -12
- package/dashboard/dist/assets/index-Ce1XdHBt.css +1 -0
- package/dashboard/dist/assets/{markdown-BCUlfb4D.js → markdown-CvRkOFfn.js} +1 -1
- package/dashboard/dist/assets/{vendor-d1L0Ri9G.js → vendor-DAbDJ5bD.js} +60 -55
- package/dashboard/dist/index.html +4 -4
- package/lib/guard/guardRules-iOS.js +42 -6
- package/package.json +1 -1
- package/dashboard/dist/assets/index-B7_0pknk.css +0 -1
package/bin/asnip.js
CHANGED
|
@@ -1059,7 +1059,7 @@ commander
|
|
|
1059
1059
|
console.error(`❌ setup 失败:创建根目录标记文件失败: ${res.error || '未知错误'}`);
|
|
1060
1060
|
return;
|
|
1061
1061
|
}
|
|
1062
|
-
console.log(`✅ setup 完成:
|
|
1062
|
+
console.log(`✅ setup 完成:AutoSnippetRoot.boxspec.json 已初始化;root 标记文件: ${res.path}`);
|
|
1063
1063
|
if (res.map && res.map.ok && res.map.created) {
|
|
1064
1064
|
console.log(`✅ 已创建 SPM 映射文件: ${res.map.path}`);
|
|
1065
1065
|
}
|