公告板
版本库
filestore
活动
搜索
登录
main
/
pda-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#i18n
zjj
2025-05-16
65897d713fe067744326e9b0a6bbac98f495838c
[pda-master.git]
/
store
/
actionsType.js
1
2
3
4
5
6
7
8
9
10
11
//bluetooth
const SET_INFODATA = "SET_INFODATA";
const SET_CONNECTBLEDATA = "SET_CONNECTBLEDATA";
const SET_CONNECTPRINTBLE = "SET_CONNECTPRINTBLE"
export {
SET_INFODATA,
SET_CONNECTBLEDATA,
SET_CONNECTPRINTBLE
}