From e385d9abb829816ed1ad4ec9ae8a765ce4a86d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:51:32 +0800 Subject: [PATCH] fix --- LunaTranslator/files/defaultconfig/config.json | 2 +- plugins/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LunaTranslator/files/defaultconfig/config.json b/LunaTranslator/files/defaultconfig/config.json index 3b6e49d5..8d33f79e 100644 --- a/LunaTranslator/files/defaultconfig/config.json +++ b/LunaTranslator/files/defaultconfig/config.json @@ -309,7 +309,7 @@ "(.*?)\\{(.*?)\\}(.*?)", "(.*?)\\[(.*?)\\](.*?)" ], - "translator": 0, + "translator_2": 0, "as_fast_as_posible": true, "timeout_translate": 2, "trans_kanji": true, diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index b5f3d42a..f79a1f59 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -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)