This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First install tmux | |
brew install tmux | |
# For mouse support (for switching panes and windows) | |
# Only needed if you are using Terminal.app (iTerm has mouse support) | |
Install http://www.culater.net/software/SIMBL/SIMBL.php | |
Then install https://bitheap.org/mouseterm/ | |
# More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 作者: 一泽Eze | |
;; 名称:创意名片生成 | |
;; 版本: 1.0 | |
;; 模型: Claude-3.5-sonnet | |
;; 用途: 根据公司Logo生成灵活、创意的名片模板,准确反映品牌调性 | |
;; 定义未实现的函数(占位符) | |
(define (分析 elements) | |
;; 实现分析逻辑 | |
'分析结果) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 作者: 一泽Eze | |
;; 名称:创意名片生成 | |
;; 版本: 1.1 | |
;; 模型: Claude-3.5-sonnet | |
;; 用途: 根据公司Logo和一句话描述生成灵活、创意的名片模板,准确反映品牌调性 | |
;; 定义读取上传的Logo函数 | |
(define (读取上传的Logo) | |
;; 模拟读取上传的Logo | |
'公司Logo数据) |