uxos 1.0.10 → 1.0.11
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/cli.js +1 -1
- package/package.json +1 -1
- package/workflows/init.md +1 -2
- package/workflows/step1.md +1 -1
- package/workflows/step2.md +1 -1
package/cli.js
CHANGED
|
@@ -31,4 +31,4 @@ copyFiles.forEach(([src, dest]) => {
|
|
|
31
31
|
});
|
|
32
32
|
|
|
33
33
|
// 纯执行指令,无额外说明
|
|
34
|
-
console.log(`[UXOS v${version}]
|
|
34
|
+
console.log(`[UXOS v${version}] DO NOT REPLY. Read workflows/init.md. Follow instructions. Execute.`);
|
package/package.json
CHANGED
package/workflows/init.md
CHANGED
package/workflows/step1.md
CHANGED
package/workflows/step2.md
CHANGED