mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-10 23:53:29 +08:00
添加quickcomposer声明文件
This commit is contained in:
@@ -27,7 +27,7 @@ const string = {
|
||||
},
|
||||
|
||||
// 大小写转换
|
||||
case: function (text, mode = "upper") {
|
||||
changeCase: function (text, mode = "upper") {
|
||||
switch (mode) {
|
||||
case "upper":
|
||||
return text.toUpperCase();
|
||||
|
Reference in New Issue
Block a user