Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 36fdc65

Browse files
committed
Fix: check wrong strings
1 parent f3d08cc commit 36fdc65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/app/service/process_config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ export function getInstanceConfigByType(type) {
3535
export const INSTANCE_CONFIGS = [
3636
{
3737
fileName: $t("processConfig.introduction.bdsServerProperties.name"),
38-
path: "server.properties",
39-
redirect: "bds/server.properties",
4038
type: "properties",
4139
info: $t("processConfig.introduction.bdsServerProperties.info"),
40+
path: "server.properties",
41+
redirect: "bds/server.properties",
4242
author: "Lazy",
4343
github: "https://github.com/LazyCreeper",
4444
category: [TYPE_MINECRAFT_BDS, TYPE_MINECRAFT_BEDROCK]
4545
},
4646
{
4747
fileName: $t("processConfig.introduction.bukkitYml.name"),
48-
path: "bukkit.yml",
49-
redirect: $t("processConfig.introduction.bukkitYml.info"),
5048
type: "yml",
51-
info: "Bukkit 原始配置文件",
49+
info: $t("processConfig.introduction.bukkitYml.info"),
50+
path: "bukkit.yml",
51+
redirect: "bukkit/bukkit.yml",
5252
author: "AlexanderMC8533 & Lazy",
5353
github: "https://github.com/AlexanderMC8533/",
5454
category: [
@@ -148,9 +148,9 @@ export const INSTANCE_CONFIGS = [
148148
{
149149
fileName: $t("processConfig.introduction.permissionYml.name"),
150150
type: "yml",
151-
info: "MCDReforged 服务端控制工具权限配置文件",
151+
info: $t("processConfig.introduction.permissionYml.info"),
152152
path: "permission.yml",
153-
redirect: $t("processConfig.introduction.permissionYml.info"),
153+
redirect: "mcdr/permission.yml",
154154
author: "Huaji_MUR233",
155155
github: "https://github.com/HuajiMUR233",
156156
category: [TYPE_MINECRAFT_JAVA, TYPE_MINECRAFT_MCDR]
@@ -175,10 +175,10 @@ export const INSTANCE_CONFIGS = [
175175
},
176176
{
177177
fileName: $t("processConfig.introduction.spigotYml.name"),
178-
path: "spigot.yml",
179-
redirect: "bukkit/spigot.yml",
180178
type: "yml",
181179
info: $t("processConfig.introduction.spigotYml.info"),
180+
path: "spigot.yml",
181+
redirect: "bukkit/spigot.yml",
182182
author: "Unitwk",
183183
github: "https://github.com/Unitwk",
184184
category: [

0 commit comments

Comments
 (0)