This commit is contained in:
yj 2024-10-11 17:48:18 +08:00
commit 7b01ff6722
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "WGShare.Metting",
"private": true,
"version": "0.4.3",
"version": "0.4.8",
"main": "main.js",
"authors": "yj",
"description": "智汇享",

View File

@ -1059,7 +1059,7 @@ const Meeting: React.FC = () => {
confirm({
title: '提示',
icon: <ExclamationCircleFilled />,
content: `该操作需向管理员申请权限`,
content: `该操作需向管理员申请发言权限`,
centered: true,
okText: '申请',
cancelText: '取消',