Skip to content

Commit

Permalink
feat: 添加 framework 新的枚举值 none
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzejia authored and liuzejia committed Jul 10, 2024
1 parent 28eb708 commit 4b1d766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
},
"framework": {
"type": "string",
"enum": ["nerv", "react", "preact", "solid", "vue", "vue3"]
"enum": ["nerv", "react", "preact", "solid", "vue", "vue3", "none"]
},
"compiler": {
"oneOf": [
Expand Down

0 comments on commit 4b1d766

Please sign in to comment.