bga_issue_blog icon indicating copy to clipboard operation
bga_issue_blog copied to clipboard

关于点击「关于我」报 404问题

Open superleeyom opened this issue 4 years ago • 0 comments

github 在2020年10月1日后,所有的默认的分支为main分支了,我看你vue分支里,是写的master

  getReadme (vue) {
    return vue.$http.get(`https://raw.githubusercontent.com/${vue.$store.getters.repo}/master/README.md`, {
      headers: {
        'Accept': 'application/vnd.github.v3.html'
      }
    })
  }

看这里时不要做下适配,新建的仓库,「关于我」点击的时候,会报404。

superleeyom avatar Oct 09 '20 06:10 superleeyom