Skip to content

Commit bc98a8e

Browse files
committed
Reveted.
1 parent 849f3d9 commit bc98a8e

6 files changed

Lines changed: 18 additions & 14 deletions

File tree

.vuepress/config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ import { viteBundler } from "@vuepress/bundler-vite";
66
import { googleAnalyticsPlugin } from "@vuepress/plugin-google-analytics";
77
import { umamiAnalyticsPlugin } from '@vuepress/plugin-umami-analytics'
88

9-
let isNetlifyApp = process.env.HOSTER === 'netlify';
10-
119
export default defineUserConfig({
12-
base: isNetlifyApp == true ? "/" : "/docs/",
10+
base: "/docs/",
1311
locales: {
1412
'/cn/': {
1513
lang: 'zh-CN',

.vuepress/theme.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ import { hopeTheme } from "vuepress-theme-hope";
22
import { enNavbar, cnNavbar } from "./navbar/index.js";
33
import { enSidebar, cnSidebar } from "./sidebar/index.js";
44

5-
let isNetlifyApp = process.env.HOSTER === 'netlify';
6-
string
7-
// Env config: https://juejin.cn/post/7124972142512308237
85

96
export default hopeTheme({
10-
hostname: isNetlifyApp == true ? "https://ravenfield-docs.netlify.app" : "https://ravenfieldcommunity.github.io",
7+
hostname: "https://ravenfieldcommunity.github.io",
118
logo: "/Logo.png",
129
favicon: "/favicon.ico",
1310
repo: "ravenfieldcommunity/docs",

cn/in-GAME/ravenm.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,13 @@ description: 适用于国内版RavenM联机插件的使用说明
170170
171171
> **如何加快从启动游戏到进入房间的速度**
172172
>
173-
> 使用no mods模式启动游戏,这样你可以省掉加载自己的mod的时间,只加载房主的mod
173+
> 使用no mods模式启动游戏,这样你可以省掉加载自己的mod的时间,只加载房主的mod
174+
175+
> **加入房间之后ui消失**
176+
>
177+
> Steam的问题,过一会再开
178+
179+
180+
> **mod没下完自动退出房间**
181+
>
182+
> 偶发问题,可以提前自行订阅问题工坊mod

en/Projects/ravenm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Some content may not suitable for official edition
2323

2424
A Ravenfield multiplayer plugin.
2525

26-
You can use workshop mods, join lobbies, chat, or play in matches with other Ravenfield players in the muitlplayer gaming, which supported by RavenM, depended on safe and high-quality [Steam Network](https://partner.steamgames.com/doc/features/multiplayer).
26+
You can use workshop mods, join lobbies, chat, or play in matches with other Ravenfield players in the multiplayer gaming, which supported by RavenM, depended on safe and high-quality [Steam Network](https://partner.steamgames.com/doc/features/multiplayer).
2727

2828
Here we also provide a community edition of RavenM for newer game as the official one has no update currently (if the version is still v0.7 for EA29).
2929

en/in-GAME/ravenm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Have fun!
143143
> Please check:
144144
> - Is your game is latest stable version, instead of `ravenm-compatible` branch, any `legacy-ea**`, `pervious-ea`, or `test` branch version, non-Beta version is suggested.
145145
>
146-
> In steam, next to the `START` button is the game branch tag, click it or goto Game `properties` goto `Beta test` to set your game to stable branch, the choice "`None`" is stable branch.
146+
> In steam, next to the `START` button is the game branch tag, click it or goto Game `properties` goto `Betas` to set your game to stable branch, the choice "`None`" is stable branch.
147147
> - Is your RavenM is latest version, otherwise update it.
148148
> - Is your network high-quality enough and stable.
149149
> Sometimes have something to do with Steam if you sure there isn't other problems and you can multi-play successfully last time. Then wait until a certain time if it is surely Steam's problem.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"license": "CC-BY-NC-4.0",
66
"type": "module",
77
"scripts": {
8-
"docs:build": " HOSTER=github vuepress build .",
9-
"docs:build-netlify": "cross-env HOSTER=netlify vuepress build .",
10-
"docs:clean-dev": "cross-env HOSTER=github vuepress dev . --clean-cache",
11-
"docs:dev": "cross-env HOSTER=github vuepress dev .",
8+
"docs:build": "vuepress build .",
9+
"docs:build-netlify": "vuepress build .",
10+
"docs:clean-dev": "vuepress dev . --clean-cache",
11+
"docs:dev": "vuepress dev .",
1212
"docs:update-package": "pnpm dlx vp-update"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)