# ts-698 **Repository Path**: hackor/ts-698 ## Basic Information - **Project Name**: ts-698 - **Description**: DL698.45组帧解帧 ts库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2024-04-02 - **Last Updated**: 2024-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ts698 ## 简介 DL698.45协议组帧与解帧。 #### 分支 * master 分支对应前端所有平台,除微信小程序平台。由typescript + nodejs完成. * miniapp 分支对应微信小程序平台,由typescript + jsapi 完成. 注:除微信小程序前端平台优先考虑由master分支发布到npm对应的包。微信小程序则必须使用由miniapp分支发布到npm对应的包。 #### npm包 [master分支对应的npm包ts698](https://www.npmjs.com/package/ts698) [miniapp分支对应的npm包ts698-miniapp](https://www.npmjs.com/package/ts698-miniapp) #### 使用方式 * 在package.json 中 dependencies 下配置 ts698 ``` "dependencies": { "ts698": "^1.1.1" }, ``` ts698-miniapp ``` "dependencies": { "ts698-miniapp": "^1.1.1" }, ``` 引入后使用npm install即可 注:微信小程序还需进行npm构建。 #### 参考文档 [参考文档](https://gitee.com/atmosphere/ts-698/wikis) ## 贡献者 * wind * wangshifeng ## 项目地址 [https://gitee.com/atmosphere/ts-698](https://gitee.com/atmosphere/ts-698)