生产配置
This commit is contained in:
@@ -39,7 +39,7 @@ npc:
|
|||||||
repeat-times: 5
|
repeat-times: 5
|
||||||
dxgc:
|
dxgc:
|
||||||
operate-name: 地下古城副本
|
operate-name: 地下古城副本
|
||||||
# start-position: 地下古城
|
start-position: 地下古城
|
||||||
enable-novice-protection: true
|
enable-novice-protection: true
|
||||||
global-operation-objects:
|
global-operation-objects:
|
||||||
- 四方守卫(魂)
|
- 四方守卫(魂)
|
||||||
@@ -58,7 +58,7 @@ npc:
|
|||||||
- 攻击镇边将军(魂)
|
- 攻击镇边将军(魂)
|
||||||
- 攻击太守(魂)
|
- 攻击太守(魂)
|
||||||
actions:
|
actions:
|
||||||
# - operation-objects: 进入古城中心
|
- operation-objects: 进入古城中心
|
||||||
# 北街
|
# 北街
|
||||||
- direction: UP
|
- direction: UP
|
||||||
repeat-times: 3
|
repeat-times: 3
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
const {notification} = antd
|
const {notification} = antd
|
||||||
|
|
||||||
const globalAxios = axios.create({
|
const globalAxios = axios.create({
|
||||||
// baseURL: "https://www.qnforever.top",
|
baseURL: "https://www.qnforever.top",
|
||||||
baseURL: "http://127.0.0.1:8088",
|
// baseURL: "http://127.0.0.1:8088",
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user