Skip to content

docs: 更新【窗口全屏/无边框窗口模式】启动游戏相关说明,同步原神新版本 #176

docs: 更新【窗口全屏/无边框窗口模式】启动游戏相关说明,同步原神新版本

docs: 更新【窗口全屏/无边框窗口模式】启动游戏相关说明,同步原神新版本 #176

Workflow file for this run

name: PRSPELLCHECK
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check spelling
uses: crate-ci/typos@master
with: { config: ./.github/_typos.toml }