HYL
  • Joined on Jan 23, 2023
Loading Heatmap…

HYL commented on issue OpenIOSSG/PLabel#29

支持自定义输入分辨率和置信度

function bodyZoom() { // 获当前电脑分率下的可视区城宽度 const windowwidth = wndow.screen.availwidth // 获当前览器下的可视区域宽度let const visiblewidth = document,documentElement,clientwidth newZoom = visiblewidth if (visiblewidth > 150){ // 分母,设计稿的尺寸 newZoom = windowwidth / 1920 }else{ newZoom = 1 // 制html的body百分比宽度 document.body.style.zoom = newZoom }

1 year ago

HYL commented on issue floraachy/GitOps#64

【web】内容上传,索引功能,保存发布

<select onchange='getChilds(this.value) class=form-controselect2id="catId' <option value=""> 请选择 </option> <option th:each="c:$ {categoryList]" th:value-"$ (c. id)" th:text="$ {c.name]"/> </select>

1 year ago