duu
This commit is contained in:
parent
88f618cadf
commit
8f9f5b5100
108 changed files with 2139 additions and 1500 deletions
|
|
@ -424,15 +424,13 @@ def check_current_save_format() -> None:
|
|||
required_codec = [
|
||||
'EXPORT_PREFIX = "\\u305f"',
|
||||
'SAVE_TEXT_BITS = 12',
|
||||
"SAVE_HEADER_CHARS",
|
||||
"DICT_DEFLATE_CODEC",
|
||||
"dictionaryTransform",
|
||||
'SAVE_HEADER_CHARS = "\\u3089\\u308A\\u308B"',
|
||||
"writeStringTable",
|
||||
"SAVE_TEXT_ALPHABET",
|
||||
"jp4096Encode",
|
||||
"jp4096Decode",
|
||||
'CompressionStream("deflate-raw")',
|
||||
"DecompressionStream",
|
||||
"writeCurrentItemExtra",
|
||||
"readCurrentItemExtra",
|
||||
"async function encodeSnapshot",
|
||||
"async function decodeSnapshot",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue