Skip to content

Commit f23d878

Browse files
authored
Update README.md
1 parent 55ee3de commit f23d878

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@
1717
${question.code}
1818
}
1919
```
20+
TemplateConstant:
21+
```
22+
${question.title} question title ex:Two Sum
23+
${question.titleSlug} question title slug ex:two-sum
24+
${question.frontendQuestionId} question serial number
25+
${question.content} question content
26+
${question.code} question code
27+
$!velocityTool.camelCaseName(str) transform str camel case
28+
```

0 commit comments

Comments
 (0)