瀏覽代碼

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,