garryshield

Results 3 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 ``` ... ```