Browse Source

fix: 分享图文案修改

王晓东 2 weeks ago
parent
commit
dcb7c2dcba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/custom-share/ShareWxaCard/index.tsx

+ 1 - 1
src/components/custom-share/ShareWxaCard/index.tsx

@@ -140,7 +140,7 @@ export default forwardRef(({ agent }: Props, ref) => {
     card.addChild(qrcodeView);
 
     const tips = new Text({
-      text: `扫一扫上面的二维码图案,和我${APP_NAME_TEXT}聊聊吧`,
+      text: `扫一扫上面的二维码图案,和我的智能体聊聊吧`,
       fontSize: rValue(12),
       color: "rgba(0,0,0, .45)",
       fontWeight: 400,