Skip to content

Instantly share code, notes, and snippets.

View Cresdy's full-sized avatar

Cresdy

  • Joined Dec 21, 2025
View GitHub Profile
@Cresdy
Cresdy / translator.py
Created January 15, 2026 02:39
gist123
"""
智能翻译插件 - 核心翻译器
"""
import json
import re
import hashlib
import logging
from typing import Optional, Dict, Any, List
logger = logging.getLogger(__name__)