cubxx

Results 8 comments of cubxx

@snurbol #168 there is `.d.ts` file for vue2, it might help you

先看官方文档 https://open.wps.cn/docs/client/wpsLoad

都不用插件,浏览器地址栏输入你的网址后就直接开始下载网页了,不过你可以写个插件拦截网络线程对你的网址的请求,然后说服用户安装你的插件🫡

感觉阻止下载不太可能,实际上不用插件直接ctrl+s也可以完全下载。下载是浏览器运行前端应用必要的一步,如果你是在考虑反爬文本内容的话,可以参考电子书网站的反爬机制

```js function checkCtx(filename) { return new Error().stack ?.split('\n') .slice(2) .some((e) => e.includes(filename)); } function override(obj, key, convert) { const d = Object.getOwnPropertyDescriptor(obj, key); Object.defineProperty(obj, key, Object.assign({}, d, convert(d))); } override(window,...

> @Cubxx what is "your-script.js" ? `checkCtx` means to check whether `window.setInterval` is be called in the specific script file, it's just a supplementary measure, not core. Actually, everything in...

Ensuring api consistency can reduce the mental burden, updating docs is best solution in now, maybe this issue should be discussed more.

a helpful tip for beginner: if `GratingStim.maskParams['sd']` is 3, means $N_{sd}$, psychopy will set mask value of stim pattern edge to the y value of a standard Gaussian function at...