yangjie #22

Merged
yangqiang merged 99 commits from yangjie into master 2024-10-22 16:11:46 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7b01ff6722 - Show all commits

View File

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

View File

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