n年级

Results 22 comments of n年级

> 请问有后端的么.... 加上后端的, 仓库可能会很臃肿... 所以暂时不考虑!

> 有什么解决办法吗?或者考虑一下弄成文字版的? 1. 可以下载pdf来查看 2. 我会考虑将pdf的内容提取出来, 制作成单独的markdown页面

> If you're using yarn, you can resolve this issue by adding the following to your `package.json`: > > ``` > "resolutions": { > "colors": "1.4.0" > } > ```...

> 同样的状况 PC端复制正常 所有移动端都会直接进入错误分支 看来是通病了 同样的问题 我采用了这种方式, 来解决问题: ```js this.$copyText(pendingCopyValue).then((suc) => { console.log('复制成功!'); }, (err) => { if(err && typeof err === 'object' && err.hasOwnProperty('action') && err.hasOwnProperty('text')) { console.log('复制成功!'); }...

有进展吗?上传文件会出现类似的错误(`"ali-oss": "^6.10.0"`): ```json { "file": "./dist/img/scrollindicatorsprite.1dde3254.png", "err": { "code": "ResponseError", "message": "socket hang up, PUT http://xxx.com/official-website/img/scrollindicatorsprite.1dde3254.png -1 (connected: true, keepalive socket: true, agent status: {\"createSocketCount\":73,\"createSocketErrorCount\":0,\"closeSocketCount\":65,\"errorSocketCount\":0,\"timeoutSocketCount\":0,\"requestCount\":53,\"freeSockets\":{\"xxx.com:80:\":1},\"sockets\":{\"xxx.com:80:\":7},\"requests\":{}}, socketHandledRequests: 3, socketHandledResponses: 2)\nheaders: {}",...

Any progress?

> @ddzy 我咋用着是这个效果😂 > 点击时: > ![image](https://user-images.githubusercontent.com/17328747/52681171-eae3fd80-2f75-11e9-8533-a8f51a6b46ec.png) > 失去焦点时: > ![image](https://user-images.githubusercontent.com/17328747/52681204-fdf6cd80-2f75-11e9-893f-e14601d452c8.png) 个人原因, 觉得浅色背景下, 深色有点突兀.