For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
JSONC is one attempt, of many, to improve JSON. Other formats that try to do something similar include YAML and JSON5. Each ...
type说明提交的性质,后面的英文冒号和“提交说明”间留一-个空格,type值如下: feat: 添加新特性 fix: 修复bug docs: 仅仅修改了文档 style: 仅仅修改了空格、格式缩进、逗号等等,不改变代码逻辑 ...