-
Hi, the hanzi-writer is a nice project. Thanks a lot.
I changed the code for usage in uni-app(which could use Vue to write miniprogram and app).
It runs well in miniprogram, but not correct when…
-
需要微信小程序的的图标
-
![6a385147359a424424cc2b798e3e41dd](https://github.com/sbfkcel/towxml/assets/71585589/9f3c5963-64de-46dc-8558-67f7fd76718b)
用text标签包裹了item.text,text与text之间换行了。使用span就不会出现这个问题。使用text包裹是为了调起微信复制按钮。
md…
-
https://developers.weixin.qq.com/miniprogram/dev/framework/
aaakk updated
2 years ago
-
### 问题是什么
配置responseType:'text' 无效
获取到的数据还是json格式
### 环境
- 钉钉小程序
- axios-miniprogram-adapter版本:0.3.5
- 其他版本信息
### 在线例子
### 报错信息
可贴图或者报错代码
-
### tdesign-miniprogram 版本
1.3.0
### 重现链接
_No response_
### 重现步骤
https://github.com/Tencent/tdesign-miniprogram/assets/50975886/854e4a49-44e4-4eed-b516-20187edfbb16
vConsole也打不开,只能重新进入小程序;…
-
查找不到,如果已有,请告知,谢谢~
发送设备消息
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/hardware-device/sendHardwareDeviceMessage.html
POST https://api.weixin.qq.com/cgi-bin/message/device/sub…
-
![image](https://user-images.githubusercontent.com/13410071/222310502-49127c3e-d4be-4ff3-bbb2-6bc7c9f1ea3b.png)
![image](https://user-images.githubusercontent.com/13410071/222310808-9cbad188-e6b7-4b7…
-
参考 [https://developers.weixin.qq.com/miniprogram/dev/wxcloudrun/src/development/call/mini.html](https://developers.weixin.qq.com/miniprogram/dev/wxcloudrun/src/development/call/mini.html)
感谢。
-
### 这个特性解决了什么问题?
微信小程序提供了分包异步化的能力(https://developers.weixin.qq.com/miniprogram/dev/framework/subpackages/async.html), 期望 Taro 3 也有相应的功能
### 这个 API 长什么样?
import('../commonPackage/index.js').then(…