g8up
g8up
排序决定了js执行的先后顺序。 肯定是被依赖的排在前边喽
额。。我关注的是生成的 html 中,那些``的引用位置为嘛不是在``标签内包裹着呢?是 smarty 解析 layout.tpl 时故意为之?
看到这个位置已经是`require('events')`了: https://github.com/fex-team/fis3/blob/ffecd37c520e928853b79a5ce633d5213be87b2d/lib/fis.js#L83 > fis.emitter = new(require('events').EventEmitter); 这个 warning 是谁报的?
??????有人吗
@doubleJazzCat 你可以手动载入这个修复了的版本:https://github.com/g8up/CookieCloud/tree/master/extension
首页文档的描述可以理解为伪代码。 如果需要自定义编码规则,在代码里可以看到具体实现: - 前端加密 https://github.com/easychen/CookieCloud/blob/e631fa94f25e58a93f41aff37a3b46e1cd6755e9/extension/function.js#L177-L180 - 后端解密 https://github.com/easychen/CookieCloud/blob/e631fa94f25e58a93f41aff37a3b46e1cd6755e9/docker/app.js#L91-L99
有两个接口,一个写,一个读。 读: https://github.com/easychen/CookieCloud/blob/master/docker/app.js#L46
扩展启动后,按你的设置频率循环同步。