Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Jul 23, 2023
1 parent 3c9a8ff commit 5ec3864
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ wiliwili 拥有非常接近官方PC客户端的B站浏览体验
3. 在主页 `按住` R键打开任意游戏进入 hbmenu,在列表中选择 wiliwili 点击打开即可。
4. [可选] 在应用内安装桌面图标,入口:设置/实用工具/使用教程

🔔: 桌面图标会优先尝试打开 `switch/wiliwili.nro`,如果其不存在,则尝试打开 `switch/wiliwili/wiliwili.nro`,如果这两个路径都不存在,则打开 hbmenu 自行选择路径。
<details>

<br>

桌面图标会优先尝试打开 `switch/wiliwili.nro`,如果其不存在,则尝试打开 `switch/wiliwili/wiliwili.nro`,如果这两个路径都不存在,则打开 hbmenu 自行选择路径。

</details>

### PC

Expand Down Expand Up @@ -250,11 +256,8 @@ mingw32-make -C build wiliwili -j$(nproc)
⚠️:PC 平台非测试所需请不要使用此方式构建,没有经过太多的测试,且不支持 PC 系统输入法。

```shell
# macOS
brew install sdl2 mpv

cmake -B build -DPLATFORM_DESKTOP=ON -DUSE_SDL2=ON
make -C build wiliwili -j$(sysctl -n hw.ncpu)
cmake --build build
```

</details>
Expand Down Expand Up @@ -319,9 +322,10 @@ make -C cmake-build-switch wiliwili.nro -j$(nproc)
- natinusala and XITRIX
- https://github.com/natinusala/borealis
- https://github.com/XITRIX/borealis
- Cpasjuste and proconsule
- Cpasjuste, proconsule and averne
- https://github.com/Cpasjuste/pplay
- https://github.com/proconsule/nxmp
- https://github.com/averne
- https://github.com/libcpr/cpr
- https://github.com/nlohmann/json
- https://github.com/nayuki/QR-Code-generator
Expand Down
2 changes: 1 addition & 1 deletion resources/i18n/zh-Hant/wiliwili.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"header": "其他",
"dlna": "DLNA 投映",
"dlna_waiting": "等待 DLNA 投映中...",
"up2date": "應用程式為最新版本。",
"dlna_quit": "確定要退出投映?",
"up2date": "應用程式為最新版本。",
"release": "檢查更新",
"config": "開啟設定檔目錄"
}
Expand Down

0 comments on commit 5ec3864

Please sign in to comment.