버전 3.9.10으로 업데이트하며, 상세페이지에서 소개글 입력 로직을 주석 처리하여 번역 없이 입력되지 않도록 수정하였습니다. 업데이트 로그에 해당 내용을 반영하였습니다.

This commit is contained in:
9700X_PC 2025-07-24 02:23:55 +09:00
parent c1e593b8b5
commit dea44700ac
3 changed files with 17 additions and 4 deletions

View File

@ -472,9 +472,9 @@ class DetailHandler:
if (self.detail_Option or self.detail_IMGTrans) and (self.browser_controller.image_worker_mgr is not None):
if self.detail_Option:
self.logger.log("소개글 입력 시작...", level=logging.INFO)
await self.input_detail_text(optionHandler, input_field)
# if self.detail_Option:
# self.logger.log("소개글 입력 시작...", level=logging.INFO)
# await self.input_detail_text(optionHandler, input_field)
if self.detail_IMGTrans:
self.logger.log("이미지 번역 시작...", level=logging.INFO)

View File

@ -7,7 +7,7 @@ import logging
""" 프로그램 기본 정보 """
__title__ = "Edit_PartTimer"
__description__ = "편집알바생"
__version__ = "3.9.9"
__version__ = "3.9.10"
__build__ = "1" # 빌드 번호
__author__ = "WhenRideMyCar"
__author_email__ = "abc@gmail.com"

View File

@ -1,6 +1,19 @@
- 비밀번호 변경 추가
# 3.9.10 업데이트 로그
### 오류 수정
- 상세페이지 번역없이 소개글만 입력하지 않도록 수정
- 폰트설정이 저장되지 않는 문제???
### 기능 추가
# 3.9.9 업데이트 로그
### 오류 수정