nenge123
nenge123
> Yes. Chances are the school computer ran out of memory. this error is the RA (sound) stop! `RA.context.state != "running"` The current fix is: ```javascript function _RWebAudioStart() {} ```...
> Offline support is planned for a future update, either v6.6 or v6.7. The workload has become so large that I am probably (95%) splitting the next planned features into...
@BinBashBanana this one running in touch device. I think urlpath no error.  
language is auto read in `i18n` 
> #### Gitalk 版本 > 1.8.0 > > #### 问题描述 > proxy代理地址失效,无法登录使用,目前用在纯静态站点上的,有无比较好的解决方式? 有些国内空间商有优惠,VPS一两百一年. 然后做代理,记得去host 指定github ip PHP代码参考,其他参考自行百度如Pyth ```

br9 不如在css中增加 style="--br-line:9" 这样CSS中可以直接根据值```height:calc(var(--br-line) * .5rem)``` 
> 9 不参与高度计算。 我知道,但是如果我需要计算值,那么可能需要```span[data-sign="br9"]{}```去单独计算,或者通过JS - GFW是会把两个回车当成BR,或者字符后面加两个空格表示行尾,所以忽略回车的换行并不妥. 而当使用 ```--br-line```这样时,可以通过 ```span[style*="--br-lines"]``` 就可以一次性设置.JS也很方便查询,获取值也简单``` style.getPropertyValue('--br-lines') ``` 不是一堆值标记不好,而是利用CSS更有性价比! 比起 ``` elment.dataset.xxx ``` ```javascript function getValue(elm,name){ return elm.style.getPropertyValue(name) } ``` 难道不香吗?而且还不需要判断值是否存在,不存在永远返回```''``` 获取所有值 ``` Object.fromEntries(toItem(elm.style)) ``` ======...
``` !!#000000 !!!#f9cb9c 又更新啦呀,666 !!!!! !!#000000 !!!#cc0000 !32 又更新啦呀,666!!!!!! ``` 字体背景色,当我先把字体改成更大时,再增加背景色.背景色就有问题. 以前没有文字阴影,但是现在有了,我认为背景色改成```text-shadow```效果更好,更能体现"文字背景色"或者更有强调效果而不影响美观. @sunsonliu
当所有鼠标事件被优化至```pointerEvent```后,手机就能除个别功能,完善的编辑.