VBlog icon indicating copy to clipboard operation
VBlog copied to clipboard

使用GitHub API 搭建一个可动态发布文章的博客

Results 48 VBlog issues
Sort by recently updated
recently updated
newest added

系统配置怎么修改都会弹出 notfound而且背景音乐默认开启,关不了。

音乐自动播发开启之后,还是无法自动播放

![image](https://user-images.githubusercontent.com/29495845/40276252-a9db4f80-5c37-11e8-8262-496290dcae75.png) 跳转地址: ![image](https://user-images.githubusercontent.com/29495845/40276257-be31af60-5c37-11e8-9fc5-fc4be0c7e466.png)

{ "githubUsername":"github-username")

github修改了授权的方式,取消通过access_token授权,详情查看:[https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/](https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/) 现在github建议: > 废弃 curl "https://api.github.com/user/repos?access_token=my_access_token" > 改为 curl -H 'Authorization: token my_access_token' https://api.github.com/user 需要修改的内容:/src/utils/request.js文件。 service.interceptors.request.use( config => { let token = store.state.token.token if (token) { let sp = "?"...

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependency [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin). These dependencies need to be updated together. Updates `loader-utils` from 1.1.0 to 1.4.2 Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2...

dependencies