GUI代码生成,更新文档地址

This commit is contained in:
JEECG
2025-11-28 15:59:10 +08:00
parent 5f898ed034
commit 199d2b439e

View File

@ -11,7 +11,7 @@ import org.jeecgframework.codegenerate.window.CodeWindow;
*/ */
public class JeecgOneGUI { public class JeecgOneGUI {
/** 使用手册: https://help.jeecg.com/vue3/codegen/gui.html */ /** 使用手册: https://help.jeecg.com/java/codegen/gui */
public static void main(String[] args) { public static void main(String[] args) {
new CodeWindow().pack(); new CodeWindow().pack();
} }