mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-09 17:13:16 +08:00
update: wechat
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Page } from '@vben/common-ui';
|
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';
|
import wechatGroupImg from './img-base64.txt?raw';
|
||||||
</script>
|
</script>
|
||||||
@@ -10,6 +10,16 @@ import wechatGroupImg from './img-base64.txt?raw';
|
|||||||
<Page>
|
<Page>
|
||||||
<div class="flex w-[360px] flex-col gap-2">
|
<div class="flex w-[360px] flex-col gap-2">
|
||||||
<!-- <Alert :show-icon="true" message="人数已满,需要手动拉人" type="info" /> -->
|
<!-- <Alert :show-icon="true" message="人数已满,需要手动拉人" type="info" /> -->
|
||||||
|
<Alert
|
||||||
|
:show-icon="true"
|
||||||
|
type="warning"
|
||||||
|
message="群内禁止at@指定人回答问题 该行为极不礼貌! 该行为极不礼貌! 该行为极不礼貌!"
|
||||||
|
/>
|
||||||
|
<Alert
|
||||||
|
:show-icon="true"
|
||||||
|
type="success"
|
||||||
|
message="正确做法: 抛出足够的上下文(图片/文字/步骤) 自然会有人看"
|
||||||
|
/>
|
||||||
<div>
|
<div>
|
||||||
<Image
|
<Image
|
||||||
:preview="false"
|
:preview="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user