Yang Jun
Yang Jun
听起来需要沙盒,MIP有沙盒么?如果托管了所有 API 我们是知道更新时机的。
给下能复现问题的代码。
可以写一个 `qq-wechat-emotion-parser-vue-filter`,或者 `qwep-vue-filter` 集成进去。以单独的项目维护。 目前我们可能没有时间封装,你能搞出来可以把你和项目加入到 buddys 组一起维护。
只要是qq、微信的表情,都可以在我们的字库里新增:https://github.com/buddys/qq-wechat-emotion-parser/blob/master/src/emotions.json
是否可以优先使用标准做法,在某些浏览器下 fallback 到第二种?或者我们干脆两种都提供,站长自己选择实现哪种。但是在支持install banner的浏览器中第一种仍然应该优先展示。
> id 用于在ls中储存用户关闭过这个浮层。下次不再显示 我理解提示次数限制是MIP技术的需求,而非站长需求。那么这样的实现是 * 不可靠的,比如站长完全可以经常变ID * 让站长困惑的,站长并无这个需求,不知为啥要写一个id 是否有更鲁棒的实现方式
查了下确实302是默认不缓存的,除非有设置cache control 或 expires。 感觉我观察到的应该是这种情况。
> Specifically this was being returned as a token when I don’t think it should be? No, it shouldn't. I can't see how it can be. Do you have a...
Great!
There is a way, but now there's no AST definition, that means the way to access the parsed tokens is implementation specific and subject to change. For example the following...