添加产品规格文档并优化项目结构

Made-with: Cursor
This commit is contained in:
刘国栋
2026-04-30 18:37:46 +08:00
parent bf2551d529
commit fb309299bf
101 changed files with 9586 additions and 14386 deletions
+2 -1
View File
@@ -155,7 +155,8 @@ class CopyManager:
pyperclip.copy(text)
return True
except Exception as e:
print(f"复制失败: {e}")
import logging
logging.error(f"复制失败: {e}")
return False
def generate_publish_guide(self, platform: str) -> str: