mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-05-01 11:41:46 +00:00
Merge pull request #224 from bluelovers/pr/cjk-002
chore: 此處不會因為 csv 檔案大小而影響
This commit is contained in:
@@ -205,9 +205,9 @@ export default {
|
||||
text = text.trim().toLowerCase()
|
||||
if (toEn.has(text)) {
|
||||
return toEn.get(text)
|
||||
}/* else if ((text = slugify(text, true)) && toEn.has(text)) {
|
||||
} else if ((text = slugify(text, true)) && toEn.has(text)) {
|
||||
return toEn.get(text)
|
||||
}*/
|
||||
}
|
||||
return ''
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user