添加quickcomposer声明文件

This commit is contained in:
fofolee
2025-01-25 14:47:21 +08:00
parent 1d9a675803
commit 2dce359244
5 changed files with 2485 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ const string = {
},
// 大小写转换
case: function (text, mode = "upper") {
changeCase: function (text, mode = "upper") {
switch (mode) {
case "upper":
return text.toUpperCase();