We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9240e84 commit 0612babCopy full SHA for 0612bab
common/constants/question.const.js
@@ -0,0 +1,5 @@
1
+// 默认语言
2
+export const DefaultLang = "javascript";
3
+
4
+// 默认版本号
5
+export const DefaultVer = "0.0.0";
0 commit comments