chore [matrix]: 屏蔽置底功能

This commit is contained in:
Huangzhe
2025-03-21 13:54:09 +08:00
parent 852310b286
commit ac0d56b2ce
3 changed files with 27 additions and 27 deletions

View File

@@ -112,10 +112,10 @@ function addShowActionOption() {
const popoverActions = [ const popoverActions = [
{ {
text: '删除' text: '删除'
},
{
text: '置底'
} }
// {
// text: '置底'
// }
]; ];
// popover 的事件 // popover 的事件

View File

@@ -95,10 +95,10 @@ function addShowActionOption() {
const popoverActions = [ const popoverActions = [
{ {
text: '删除' text: '删除'
},
{
text: '置底'
} }
// {
// text: '置底'
// }
]; ];
// popover 的事件 // popover 的事件

View File

@@ -101,10 +101,10 @@ function addShowActionOption() {
const popoverActions = [ const popoverActions = [
{ {
text: '删除' text: '删除'
},
{
text: '置底'
} }
// {
// text: '置底'
// }
]; ];
// popover 的事件 // popover 的事件