项目名: tldraw -- 无限画布白板 Github 开源地址: https://github.com/tldraw/tldraw ...
项目名: Dev Home -- 微软平台的一站式开发助手 Github 开源地址: https://github.com/microsoft/d...
项目名: bruno -- 开源 IDE 用于测试 API Github 开源地址: https://github.com/usebruno/bruno ...
项目名: dbgate -- 免费开源跨平台的数据库管理工具 Github 开源地址: https://github.com/dbgate/...
项目名: lowcode-engine -- 高生产力的低代码研发平台 Github 开源地址: https://github.com/aliba...
项目名: excalidraw -- 绘制手绘图的虚拟白板 Github 开源地址: https://github.com/excalidraw/ex...
项目名: screenshot-to-code -- 将截图转换为 HTML 代码 Github 开源地址: https://github.com/abi...
项目名: free-programming-books -- 各种编程语言免费学习资源 Github 开源地址: https://github.c...
项目名: MarkText -- 简单而优雅的开源 Markdown 编辑器 Github 开源地址: https://github.com/mar...
在使用 jQuery 判断是否移动端访问时,可以通过检测窗口的宽度或者用户代理字符串(User Agent String)来进行判断。 以下是两种方法: 方...