dict: 日常更新; close #502

This commit is contained in:
Dvel
2023-10-09 21:31:10 +08:00
parent c2d62e4385
commit 9b1ebf0fb7
14 changed files with 594 additions and 81 deletions

View File

@@ -1,3 +1,5 @@
-- 这个 Lua 给英文单词后面自动加一个空格 #496
local function add_space_to_english_word(input)
-- 匹配纯英文单词并在单词后添加空格
input = input:gsub("(%a+)", "%1 ")