Tank
Tank
移动端适配问题
你好,我在尝试使用飞冰搭建前端页面。我尝试启动了默认模板,在手机打开页面的时候,会出现屏幕不适配的情况。比如在手机上打开,第一次进入页面没有判断出是手机端,同时显示的页面有半边是空白的。另外左侧导航收起之后,导航部分字体和页面字体会发生重叠
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** ```环境: k8s 1.26.6 store、recommend、packer 3个部署在k8s 的kitex 服务。deployment、destinationRule、virtualService 的部署文件在deployments 文件下 使用 xDS 协议进而以 Proxyless 模式运行 istio-1.18.2 设置路由的key为 x-env=ppe 入口是服务store,store 会分别调用recommend和packer服务 问题: 1、在第一次对store服务发起请求,服务store请求完recommend 接着请求packer服务。此次请求均是正常的。 2、接着第二次再对store服务发起请求,请求recommend服务的时候会报错 err="no matched route for...
"@umijs/plugin-openapi": "^1.3.3" 我使用openapi 生成接口的时候,我服务端model是结构性的 type ArticleItem struct { CollectedData * ArticleCollectedData ArticleFormData * ArticleFormData Highlight map[string]*HighlightItem } 我预期生成一个也是结构性的结构比如 type ArticleItem = { article_form_data?: ArticleFormData; collected_data?: ArticleCollectedData; }; 但是通过plugin-openapi生成接口的时候,ArticleItem 结构只得到了 type...
"@umijs/plugin-openapi": "^1.3.3" 我使用openapi 生成接口的时候,我服务端model是结构性的 type ArticleItem struct { CollectedData * ArticleCollectedData ArticleFormData * ArticleFormData Highlight map[string]*HighlightItem } 我预期生成一个也是结构性的结构比如 type ArticleItem = { article_form_data?: ArticleFormData; collected_data?: ArticleCollectedData; }; 但是通过plugin-openapi生成的是一个 引用类型的声明 type...