https://github.com/xlisp/hiccup-to-miniprogram-page-by-llm
https://github.com/xlisp/hiccup-to-miniprogram-page-by-llm
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xlisp/hiccup-to-miniprogram-page-by-llm
- Owner: xlisp
- Created: 2024-04-27T11:47:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-27T12:03:03.000Z (over 1 year ago)
- Last Synced: 2024-12-26T11:11:30.234Z (10 months ago)
- Language: Emacs Lisp
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hiccup 转为小程序页面的,通过GPT langgraph实现
## 提示词工程第一步jim0
```clojure
;; 将下列hiccup代码翻译为特殊的html代码;
;; 要求如下, 小程序和html的语法互换表:
;; 0. div => ...
;; 1. img => ... >
;; 2. input =>
;; 3. 遇到class的地方去funtion calling函数call-clj-get-class-names-styles返回的结果
;; 4. hr => view标签表示
[:div [:div 123 ] ]
```