iflow-feishu 1.0.3 → 1.0.4

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.
@@ -233,7 +233,7 @@ function startService() {
233
233
  async function main() {
234
234
  console.log('');
235
235
  console.log('╔══════════════════════════════════════╗');
236
- console.log(`║ iFlow Feishu Bridge ║`);
236
+ console.log(`║ iFlow Feishu ║`);
237
237
  console.log(`║ 版本 ${VERSION.padEnd(20)}║`);
238
238
  console.log('╚══════════════════════════════════════╝');
239
239
  console.log('');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iflow-feishu",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "iFlow CLI 飞书插件 - 将 iFlow AI 助手接入飞书机器人",
5
5
  "main": "src/index.js",
6
6
  "bin": {