pengfeiu

Results 2 comments of pengfeiu

## Dockerfile FROM jlesage/firefox RUN apk add fcitx5 fcitx5-chinese-addons --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing ENV GTK_IM_MODULE=fcitx \ QT_IM_MODULE=fcitx \ XMODIFIERS=@im=fcitx \ SDL_IM_MODULE=fcitx5 \ LANG=zh_CN.UTF-8 docker exec -it firefox sh nohup fcitx5 > /dev/null 2>&1...

请问appid 、appsecret 从哪获取 $config->ding->appid = '';/* 钉钉扫码登录appId */ $config->ding->appsecret = '';/* 钉钉扫码登录appSecret */