美文网首页iOS开发技术
github 提交gif图片

github 提交gif图片

作者: flowerflower | 来源:发表于2016-08-23 16:36 被阅读30次

    1.首先将gif图片添加到项目中。
    2.Source Control ->commit ->填写注释-> push完成
    3.在github中提交的工程中找到对应的图片位置,如图:


    Snip20160823_5.png

    4.点击进入

    Snip20160823_7.png

    5.复制地址:

    Snip20160823_8.png

    6.编辑README.md文件
    格式:![image](复制的地址粘贴在这里) 例如:![image](https://raw.githubusercontent.com/YYDreams/AddressBook/master/AddressBook/2.gif)
    7.最终效果图:

    Snip20160823_9.png

    相关文章

      网友评论

        本文标题:github 提交gif图片

        本文链接:https://www.haomeiwen.com/subject/hwdisttx.html