zsnmwy

Results 31 issues of zsnmwy

https://github.com/labring/sealos/blob/055fe0bbc8103907e2e13d77311be4a05e0f10a6/scripts/cloud/install.sh#L7 It makes the script download an error version. ```bash root@sealos-master:~# curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh -o /tmp/install.sh && bash /tmp/install.sh --zh --cloud-version=v5.0. 0-beta4 --image-registry=registry.cn-shanghai.aliyuncs.com --master-ips=192.168.31.30 --node-ips=192.168.31.29 --pod-cidr=100.64.0.0/10 --service-cidr=10.96.0.0/22 --cloud-port=443 --ssh-private-key=/ro ot/.ssh/id_rsa...

response-expired

1. Replace `@prisma/sdk` by `@prisma/internals` ```log Deprecated: @prisma/sdk was an internal package which doesn't follow semver and can include breaking changes without a warning. We renamed it to @prisma/internals to...

enhancement

可以考虑使用[oclif](https://oclif.io/)

enhancement

现在已经有代码实现。src/engine/website/ixigua.ts 暂且记录一下获取流程以及相关字段。 1. 通过直接curl直播页面,可以从最下面的标签拿到JSON数据。 ```bash curl https://live.ixigua.com/175762/ ``` 标签 `` 提取标签内容 ```bash curl https://live.ixigua.com/175762/ | grep '' | cut -d '>' -f2 | rev | cut -d '' -f2 |...

@Kroning @Neoazureus Thanks for your translation. Add now I add some new messages on the web site. https://onical.ga ![](https://i.imgur.com/87VtHwl.jpg) These messages can tell us what can they do in detail....

http://blog.csdn.net/sun_sx/article/details/50847837

## Summary 仅更改图片尺寸,无法保存变更 ## Reproduce 1. 打开作品 `poster` 2. 选择任意一个图片组件`w-image` 3. 在右侧 `位置尺寸` 更改 `X` 或 `Y`数值 4. 点击保存(实则无法保存,无历史变更记录) 5. 刷新页面,图片组件无变化

bug