File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ if [ ! -d dist ]; then
55 mkdir dist
66fi
77cp index.html dist
8+ cp v2.html dist
Original file line number Diff line number Diff line change @@ -973,6 +973,14 @@ <h1 className="text-lg font-bold flex items-center gap-2">
973973 < div className = "text-xs text-gray-500" >
974974 Select files → Generate Context → Get AI Patch → Review & Apply
975975 </ div >
976+ < div className = "text-xs text-gray-100" >
977+ < a href = "https://github.com/lenML/page-tools" >
978+ < button className = "btn btn-accent" > github</ button >
979+ </ a >
980+ < a href = "./v2.html" >
981+ < button className = "btn btn-accent" > V2</ button >
982+ </ a >
983+ </ div >
976984 </ header >
977985
978986 < main className = "flex-1 grid grid-cols-12 gap-3 p-3 min-h-0" >
Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ desc: 用来白嫖web端ai
66# pr context
77
88代码 patch 工具
9+
10+ 还有 v2 版本,支持 edit/move/delete
You can’t perform that action at this time.
0 commit comments