This commit is contained in:
恍兮惚兮 2024-09-27 21:51:32 +08:00
parent 92f17fd88c
commit e385d9abb8
2 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@
"(.*?)\\{(.*?)\\}(.*?)",
"(.*?)\\[(.*?)\\](.*?)"
],
"translator": 0,
"translator_2": 0,
"as_fast_as_posible": true,
"timeout_translate": 2,
"trans_kanji": true,

View File

@ -29,7 +29,7 @@ include(generate_product_version)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 39)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)
add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h)