mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
3 words
This commit is contained in:
@@ -59,7 +59,7 @@ function countGraphemes(value: string) {
|
||||
return splitter.countGraphemes(value)
|
||||
}
|
||||
async function SendQuestion() {
|
||||
if (countGraphemes(questionMessage.value) < 10) {
|
||||
if (countGraphemes(questionMessage.value) < 3) {
|
||||
message.error('内容最少需要10个字')
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user