garryshield

Results 4 comments of garryshield

``` yarn workspace add set-cookie-parser yarn workspace add cookie-universal-nuxt ``` ``` nuxt.config.js ... modules: [ ... 'cookie-universal-nuxt', ... ] ... ``` ``` /store/index.js ... import SetCookieParser from 'set-cookie-parser' export const...

自动更新的 版本是 `MetaCubeX/metacubexd` V1.138.1 面板自动获取后台地址和密码是在 `setup` 路由里 [/src/main.tsx#L28](https://github.com/MetaCubeX/metacubexd/blob/9e68bb6ad5e880dec0e641cf24bb0a65c5c28f58/src/main.tsx#L28) ```js ... // 默认路由 ... ``` [/src/pages/Setup.tsx#L110](https://github.com/MetaCubeX/metacubexd/blob/9e68bb6ad5e880dec0e641cf24bb0a65c5c28f58/src/pages/Setup.tsx#L110) ```js onMount(() => { const query = new URLSearchParams(location.search) if (query.has('hostname')) { void onSubmit({ url:...

use `` to disable block formate is work for me ``` ... ```

i get the same err when i set `locale: zh_CN.UTF-8` ```bash $ sudo cloud-init --version /usr/bin/cloud-init 22.4.2 ``` ```bash $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12...