feat(): 增加规则配置,代码展示
parent
2ecedadd5c
commit
c8ef05b88b
|
@ -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" +
|
||||||
|
|
Loading…
Reference in New Issue