@fivetu53/soul-chat 1.0.7 → 1.0.8
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/index.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -741,7 +741,7 @@ function chatPrompt(query) {
|
|
|
741
741
|
const stdin = process.stdin;
|
|
742
742
|
|
|
743
743
|
// 先打印下方提示
|
|
744
|
-
console.log(c('hint', ' /back 返回 /clear
|
|
744
|
+
console.log(c('hint', ' /back 返回 /clear 清空 /delete 撤回 Ctrl+V 粘贴图片'));
|
|
745
745
|
console.log(c('primary', ' 门户网站: https://soul-chat.jdctools.com.cn'));
|
|
746
746
|
// 光标上移3行,显示输入提示
|
|
747
747
|
process.stdout.write('\x1b[3A');
|