mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-03 11:22:37 +02:00
switch to master branch.
This commit is contained in:
parent
04840727bb
commit
b516da2e97
3 changed files with 5 additions and 5 deletions
|
@ -147,7 +147,7 @@
|
|||
this.loading = true
|
||||
|
||||
try {
|
||||
const res = await this.$http.get<string>('https://raw.githubusercontent.com/m1k1o/neko/dev/README.md')
|
||||
const res = await this.$http.get<string>('https://raw.githubusercontent.com/m1k1o/neko/master/README.md')
|
||||
const res2 = await this.$http.post('https://api.github.com/markdown', {
|
||||
text: res.data,
|
||||
mode: 'gfm',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue