nenge123

Results 44 comments of 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. ![捕获2](https://user-images.githubusercontent.com/16117315/220859262-13e34027-5518-414e-8e95-f651aec46f0f.PNG) ![捕获3](https://user-images.githubusercontent.com/16117315/220859281-d12cca33-e69e-4b54-9fde-aaf33dec0264.PNG)

language is auto read in `i18n` ![捕获5](https://user-images.githubusercontent.com/16117315/220860704-d2ca08c6-fb0f-4619-8311-2c13dd369c3c.PNG)

> #### Gitalk 版本 > 1.8.0 > > #### 问题描述 > proxy代理地址失效,无法登录使用,目前用在纯静态站点上的,有无比较好的解决方式? 有些国内空间商有优惠,VPS一两百一年. 然后做代理,记得去host 指定github ip PHP代码参考,其他参考自行百度如Pyth ```

![屏幕截图(15)](https://github.com/Tencent/cherry-markdown/assets/16117315/8699fcd9-2b0b-48a8-a76b-7612e30f3421)

br9 不如在css中增加 style="--br-line:9" 这样CSS中可以直接根据值```height:calc(var(--br-line) * .5rem)``` ![屏幕截图(16)](https://github.com/Tencent/cherry-markdown/assets/16117315/649dc1b7-9417-47ab-b899-02f296898a9d)

> 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```后,手机就能除个别功能,完善的编辑.