ywzhaiqi

Results 12 issues of ywzhaiqi

看完一条新闻后返回,每次都在最顶部

热重载失效会有2种情况: ## 情况一 直接修改示例 `test.dataSchema.js` 后,无法载入内容,一直在 loading,控制台无错误。 ![2017-06-17_104217](https://user-images.githubusercontent.com/3016136/27249527-67392e3c-534a-11e7-8860-f43ed1a9068d.jpg) ## 情况二 修改 schema 后,无法载入内容,控制台错误是 >getRouteParams.js:14 Uncaught TypeError: Cannot read property 'path' of undefined at getRouteParams ## 临时解决方法 在每次修改后手动刷新页面。 ## 尝试解决 查看了...

有没有意向增加响应式设计?类似 [zuiidea/antd-admin](https://github.com/zuiidea/antd-admin) 的浅度响应式设计。这样,兼容手机界面。 ![antd-admin mobile](https://github.com/zuiidea/antd-admin/raw/master/assets/4.2.1-demo-2.gif)

`url2Real` 函数添加 `decodeURIComponent` ```js //转化封面url为实际url export const url2Real = (url) => { if (url.search(/agent/i) === -1) { return 'http://api.zhuishushenqi.com' + url; } else{ return decodeURIComponent(url.replace(/\/agent\//, '')); } } ```

安装配置后,运行没效果,还是未渲染的状态。 ```html import { AppContainer } from 'react-hot-loader' ``` 经过 debug,发现 `after_post_render` 没有执行。 ```js hexo.extend.filter.register('after_post_render', PrismPlugin); ``` 我用了 `theme: next`,临时禁用后,有效果。这是 [hexo-theme-next](https://github.com/iissnan/hexo-theme-next/) 的问题?

这一两个月用下来,运行的 nging 每隔几天,网页服务就无法访问,需要手动重启。 查看重启前的 `service_app_20220301.log` ``` 27343|2022-03-01 19:39:01|Debug|echo|Method Not Allowed: //dnspod.qcloud.com:443 :405: 92.118.234.202 CONNECT http dnspod.qcloud.com:443 dnspod.qcloud.com:443 569.02µs 3587 :200: 66.23.238.6 GET http azenv.net http://azenv.net/ 132.267µs 0 :405: 66.23.238.6 CONNECT...

运行命令 `npm uninstall -g nowa`,结果错误 > [email protected] preuninstall C:\Users\XXX\AppData\Roaming\npm\node_modules\nowa > node ./uninstall.js C:\Users\XXX\.nowa\install\.bin\rimraf:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list at createScript (vm.js:74:10)...

想在安卓平板上 spanCount 跟手机的不一样。 目前只好设置一个配置来更改是否平板模式

example.min.js ```js function chunkData(e, t) { var n = ['中文']; return n; } ``` use `jsnice example.min.js > example.js`, the result is ```js /** * @param {?} dataAndEvents * @param...

安装配置后无效。由于我的博客网址是 `XXX.com/blog/` 这样的,非 `XXX.com/`。