oxyg3n
oxyg3n
### Reproduction link [](https://codesandbox.io/s/ding-bu-ce-bian-bu-ju-tong-lan-antd-5-0-3-forked-vxvncq?file=/index.tsx) ### Steps to reproduce [![Edit 顶部-侧边布局-通栏 - [email protected] (forked)](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/ding-bu-ce-bian-bu-ju-tong-lan-antd-5-0-3-forked-vxvncq?fontsize=14&hidenavigation=1&theme=dark) ### What is expected? 能够通过 colorBgBase 或 colorBgLayout 改变 Layout 的 background ### What is...
Could `@svgr/rollup` expose the runtime configuration item of `@babel/preset-react`, I want to compiled product use the `jsx-runtime` in React17 instead of the old `React.createElement`?
Hi, I use it in react, it will be slowly when change multiple lines of code, do you have some advice to improve this? [](https://codesandbox.io/p/sandbox/shiki-magic-move-sample-9jdnlg) 
### Reproducible in vscode.dev or in VS Code Desktop? - [x] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...
### 提交前请确认 - [x] 我已阅读贡献指南, 已确认文档中相关内容存在错误或不足,且 Issues、Pull Requests 中无相关提交 ### 原文档链接 https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/misc/sign/v_voucher.md#%E4%BB%8E-v_voucher-%E7%94%B3%E8%AF%B7-captcha ### 更新内容 B站现在升级到了极验V4版本校验,原接口`/x/gaia-vgate/v1/register`也变更为了`/x/gaia-vgate/v2/register`,返回的参数是`data.content`: ```json { "content": "xxxxxxxxxxx" } ``` `content`看起来像是一串加密的字符串,应该是用来保存极验4接口中的`captchaId`这个参数,`captchaId`是类似于`83ee748676c09d077c5c83e3b8a08e32`这种格式的字符串。在退出登录的情况下进入某个直播间或者用户空间大概率会触发校验,不知道能否有大佬能帮忙看下`content`能否解析得出`captchaId`?