- 将package.json版本从0.0.7更新至0.0.8 - 统一API响应消息为中文"保存成功!" - 优化Vue组件代码缩进和格式,提升可读性 - 移除冗余的CSS注释代码
17 lines
319 B
JSON
17 lines
319 B
JSON
{
|
|
"name": "cwd",
|
|
"version": "0.0.8",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/anghunk/cwd"
|
|
},
|
|
"homepage": "https://cwd.js.org",
|
|
"author": {
|
|
"name": "anghunk<anghunk@gmail.com>"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/anghunk/cwd/issues"
|
|
}
|
|
}
|