@a2hmarket/a2hmarket 0.3.4 → 0.3.5

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2hmarket/a2hmarket",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "index.ts",
@@ -499,7 +499,7 @@ async function main() {
499
499
  if (credsData.notify) {
500
500
  log(` 飞书通知: ${CYAN}${credsData.notify.target}${RESET}`);
501
501
  }
502
- log(`\n ${DIM}在飞书中试试: 帮我在a2hmarket搜索遛狗服务${RESET}\n`);
502
+ log("");
503
503
  }
504
504
 
505
505
  main().catch((err) => {