pumpkinai-config 1.0.0 → 1.3.1
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/claude-setup.js +1 -1
- package/codex-setup.js +1 -1
- package/package.json +1 -1
package/claude-setup.js
CHANGED
|
@@ -268,7 +268,7 @@ async function main() {
|
|
|
268
268
|
log(' ██║ ██║ ██╔══██║██║ ██║██║ ██║██╔══╝ ', 'cyan');
|
|
269
269
|
log(' ╚██████╗███████╗██║ ██║╚██████╔╝██████╔╝███████╗', 'cyan');
|
|
270
270
|
log(' ╚═════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝', 'cyan');
|
|
271
|
-
log('\n
|
|
271
|
+
log('\n PPChat Claude Code 一键安装配置工具', 'magenta');
|
|
272
272
|
log(' ' + '='.repeat(50), 'cyan');
|
|
273
273
|
log('', 'reset');
|
|
274
274
|
|
package/codex-setup.js
CHANGED
|
@@ -500,7 +500,7 @@ async function main() {
|
|
|
500
500
|
log(' ██║ ██║ ██║██║ ██║██╔══╝ ██╔██╗ ', 'cyan');
|
|
501
501
|
log(' ╚██████╗╚██████╔╝██████╔╝███████╗██╔╝ ██╗', 'cyan');
|
|
502
502
|
log(' ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝', 'cyan');
|
|
503
|
-
log('\n
|
|
503
|
+
log('\n PPChat Codex 一键安装配置工具', 'magenta');
|
|
504
504
|
log(' ' + '='.repeat(44), 'cyan');
|
|
505
505
|
log('', 'reset');
|
|
506
506
|
|