Skip to content

Commit 0612bab

Browse files
committed
feat:add constants
1 parent 9240e84 commit 0612bab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/constants/question.const.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// 默认语言
2+
export const DefaultLang = "javascript";
3+
4+
// 默认版本号
5+
export const DefaultVer = "0.0.0";

0 commit comments

Comments
 (0)