feat(): 增加规则配置,代码展示

master
DongZeLiang 2024-04-29 19:08:25 +08:00
parent 2ecedadd5c
commit c8ef05b88b
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export default {
" */\n" + " */\n" +
"public class Main {\n" + "public class Main {\n" +
" public static void main (String[] args) {\n" + " public static void main (String[] args) {\n" +
" // 测试代码\n" +
" TaskContext taskContext = TaskContext.build();\n" + " TaskContext taskContext = TaskContext.build();\n" +
" RecordContext recordContext = new RecordContext(taskContext);\n" + " RecordContext recordContext = new RecordContext(taskContext);\n" +
" DataSetContext dataSetContext = new DataSetContext(recordContext);\n" + " DataSetContext dataSetContext = new DataSetContext(recordContext);\n" +