929496959

Results 18 issues of 929496959

可以支持新的组件嘛(JSON FROM) 动态表单 基于json-schema

enhancement

### 🏷 Version | Package | Version | | -------------- | --------- | | @antv/s2 | 1.29 | | @antv/s2-react | | | @antv/s2-vue | | ### Sheet Type -...

⚡ enhancement
❔question
s2-core

VideoCropArgument.cs ` namespace FFMpegCore.Arguments { public class VideoCropArgument : IArgument { public VideoCropArgument(string w,string h,string x, string y) { this.w = w; this.h = h; this.x = x; this.y =...

support HarmonyOS System

help wanted
need funding

` GlobalFontSettings.FontResolver = new FontResolver(); var document = new PdfDocument(); var page = document.AddPage(); var gfx = XGraphics.FromPdfPage(page); var font = new XFont("Arial", 20, XFontStyle.Bold); var Color = new XSolidBrush(XColor.FromCmyk(1,...

` case CellType.Numeric: if (HSSFDateUtil.IsCellDateFormatted(cell))//日期类型 { if (!string.IsNullOrEmpty(cellConfig?.Formatter)) { return cell.DateCellValue.ToString(cellConfig?.Formatter); } return cell.DateCellValue.ToString(); } else//其他数字类型 { return cell.ToString(); } `

能给个使用例子嘛 看测试代码没看懂.

未开启拦截正常 ![图片](https://github.com/x-nas/WinPacketsEdit/assets/49754986/06f3caf6-20b2-4acf-ada7-9f00838bcc11) 开启拦截后 包无法返回 socket5 proxy 代理 使用的是(https://github.com/zacbre/Socks5) ![图片](https://github.com/x-nas/WinPacketsEdit/assets/49754986/46b9d017-906b-4140-a8c6-7336d05dd6f1)

是干了啥哦 原来的示例都没有了