소스 검색

fix: 分享图文案修改

王晓东 2 주 전
부모
커밋
dcb7c2dcba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,