@cloud411716/fancy-webnovel 0.1.25 → 0.1.26
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
|
@@ -114,7 +114,7 @@ async function applyBootstrap(ctx) {
|
|
|
114
114
|
const result = await runBootstrapScript(projectRoot);
|
|
115
115
|
|
|
116
116
|
if (result.ok) {
|
|
117
|
-
notifyBootstrap(session, '✅ 项目初始化完成!\n
|
|
117
|
+
notifyBootstrap(session, '✅ 项目初始化完成!\n下一步:运行 /fancy-scan 扫榜');
|
|
118
118
|
} else {
|
|
119
119
|
const errMsg = (typeof result.error === 'object' && result.error !== null)
|
|
120
120
|
? (result.error.message || JSON.stringify(result.error))
|