# uniapp_demo **Repository Path**: cyprinter/uniapp_demo ## Basic Information - **Project Name**: uniapp_demo - **Description**: uniApp 蓝牙打印集成示例 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-09-07 - **Last Updated**: 2026-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uniApp 集成打印插件 [插件下载地址](https://ext.dcloud.net.cn/plugin?name=chuangyin-bluetooth) 使用示例见:[pages/index/index.vue](pages/index/index.vue) ### 快捷指令 `uni.getConnectedBluetoothDevices({ services: [], complete: res => { console.log(res) }})` `uni.closeBLEConnection({ deviceId: '02:15:AF:16:58:A9', complete: res => { console.debug(res) } })`