# my_image **Repository Path**: meiyufei_admin/my_image ## Basic Information - **Project Name**: my_image - **Description**: 在线图床,把自己喜欢的图片上传到这了,允许markdown或者其他地方可以在线查看 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-09 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 如何使用码云作为图床 🖼️ ### 一、创建代码仓库 为你的仓库取一个简短的名字,并设为公开,如果是私有仓库的话将访问不到图片。 ![img](https://gitee.com/chinesee/images/raw/master/img/img_001.png) ### 二、上传你的图片 自定义文件夹用于分类图片,像管理你的代码一样,将图片 push 到仓库。 ![img](https://gitee.com/chinesee/images/raw/master/img/img_008.png) 在 VS Code 里面操作,这样既能预览图片,又能将简化 commit 和 push 步骤。 ![img](https://gitee.com/chinesee/images/raw/master/img/img_009.png) ### 三、修改图片 URL 在仓库中找到你上传的图片。 ![img](https://gitee.com/chinesee/images/raw/master/img/img_010.png) 将 URL 中的 `blob` 改为 `raw` 就能在页面中引用这张图片了。 ```html ```