添加产品规格文档并优化项目结构
Made-with: Cursor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user