最近在Github上浏览,不小心fork了一个项目.想删除,现在记录下来. 1.点击选择fork的项目,以gubai为例 2.进入后,点击Settings 3.进入页面后,点击Delete this repository 4.输入gubai/gubai,点击"I understand the consequences,delete this repository" 5.到此一个github项目就被我们完整的删除了…
话不多说,直奔主题~ 1.打开GitHub,在主页左边有自己写的库. 2.拿删除第二个库wlh-hub/vue-zsgc为例,点击它,进入下面页面. 3.在导航栏一栏中,找到settings,并点击. 4.点击后进入页面,下拉菜单找到Danger Zone 5.最后一项是Delete this repository,点击右侧按钮.弹出一个对话框,在框里输入你要删除的库的名称.点击下面的按钮. 6.它会自动跳转到首页,此时左侧要删除的库没有了,删除完成.(上面的框中也提示库成功删除)…
<script> import {Config} from '@/config.js' import {mapState} from 'vuex' import {LocalData, toast, WX} from '@/utils/common' import {FileUtil} from '@/utils/FileUtil' import {PayUtil} from '@/utils/PayUtil' import Vue from 'vue' import {Checklist,…