手艺之窗可以提供一个平台,展示小县城独特而精美的手工艺品。用户可以通过小程序浏览各类本地特色手工艺品,了解其背后的文化魅力和制作传统。
林财明 ee2e8e989b first commit | há 4 meses atrás | |
---|---|---|
CraftsMart-angular | há 4 meses atrás | |
app-backend | há 1 ano atrás | |
craftsmartshare | há 4 meses atrás | |
docs | há 1 ano atrás | |
example | há 1 ano atrás | |
mart-angular | há 1 ano atrás | |
task | há 1 ano atrás | |
.gitignore | há 1 ano atrás | |
README.md | há 1 ano atrás |
# 初始化项目
git commit -m "init: xxxxx"
# 新增特性(目录、文件等)
git commit -m "feat: xxxxx"
# 修复功能
git commit -m "fix: xxxxx"
# 更新功能
git commit -m "update: xxxxx"
git remote add origin https://codehub-cn-south-1.devcloud.huaweicloud.com/web300003/web3-0210427.git
git push -u origin master