Skip to content

Commit

Permalink
TMP_功能调整
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentWSZ committed Jan 22, 2025
1 parent 3dc75e8 commit 2aaefcf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private void ShowKeyboard()
// 调用 WeChat API 显示键盘
WX.ShowKeyboard(new ShowKeyboardOption()
{
defaultValue = "xxx", // 键盘默认值
maxLength = 20, // 最大输入长度
confirmType = "go" // 确认按钮类型
});
Expand Down

0 comments on commit 2aaefcf

Please sign in to comment.