Compare commits

...

2 Commits

Author SHA1 Message Date
yangqiang d0cb13c5e3 Merge pull request '优化申请描述' (#20) from yangjie into master
Reviewed-on: #20
2024-10-11 16:22:49 +08:00
youngq fe1b2ea5ba 优化申请描述 2024-10-11 16:22:14 +08:00
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

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