mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Misspelling & Line-end spaces
This commit is contained in:
@@ -48,7 +48,7 @@ class OSChapter:
|
||||
if not isinstance(index, int) or index >= 200:
|
||||
continue
|
||||
name = chapter['name']
|
||||
name = name.replace('é', 'e') # OCR can't recognise letter "é"
|
||||
name = name.replace('é', 'e') # OCR can't recognize letter "é"
|
||||
out[index] = name
|
||||
|
||||
# Zone 40000 is zone 154
|
||||
|
||||
@@ -64,7 +64,7 @@ class LuaLoader:
|
||||
pg = pg or {}
|
||||
slot0 = pg
|
||||
slot0.chapter_template = {}
|
||||
|
||||
|
||||
(function ()
|
||||
...
|
||||
end)()
|
||||
|
||||
Reference in New Issue
Block a user