update: wechat

master
dap 5 months ago
parent d22e494551
commit 9e78659696

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
<script setup lang="ts">
import { Page } from '@vben/common-ui';
import { Image } from 'ant-design-vue';
import { Alert, Image } from 'ant-design-vue';
import wechatGroupImg from './img-base64.txt?raw';
</script>
@ -10,6 +10,16 @@ import wechatGroupImg from './img-base64.txt?raw';
<Page>
<div class="flex w-[360px] flex-col gap-2">
<!-- <Alert :show-icon="true" message="人数已满,需要手动拉人" type="info" /> -->
<Alert
:show-icon="true"
type="warning"
message="群内禁止at@指定人回答问题 该行为极不礼貌! 该行为极不礼貌! 该行为极不礼貌!"
/>
<Alert
:show-icon="true"
type="success"
message="正确做法: 抛出足够的上下文(图片/文字/步骤) 自然会有人看"
/>
<div>
<Image
:preview="false"

Loading…
Cancel
Save