生产配置

This commit is contained in:
2023-09-15 13:54:04 +08:00
parent 10abf45f24
commit 05e6435720
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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,
}) })