Compare commits
3 Commits
a2539803c5
...
d8e32c2221
Author | SHA1 | Date | |
---|---|---|---|
d8e32c2221 | |||
143756be8b | |||
6880d329ce |
@ -7,7 +7,7 @@
|
|||||||
.widget.avatar
|
.widget.avatar
|
||||||
.widgetTitle
|
.widgetTitle
|
||||||
label 关于作者
|
label 关于作者
|
||||||
img(src='https://cdn.wyr.me/avatar.png')
|
img(src='https://data.sercretcore.cn/new_avatar.jpeg')
|
||||||
p.aboutMe
|
p.aboutMe
|
||||||
| 妄图改变世界的全栈程序员。
|
| 妄图改变世界的全栈程序员。
|
||||||
.social
|
.social
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
const pkg = require('./package')
|
const pkg = require('./package')
|
||||||
|
|
||||||
// const DevBaseUrl = 'http://127.0.0.1:65534'
|
const DevBaseUrl = 'http://127.0.0.1:65534'
|
||||||
const DevBaseUrl = 'https://api.wyr.me'
|
// const DevBaseUrl = 'https://api.wyr.me'
|
||||||
const ProdBashUrl = 'https://api.wyr.me'
|
const ProdBashUrl = 'https://api.wyr.me'
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Reference in New Issue
Block a user