nenge123

Results 21 issues of nenge123

- 1.用hidden=!0 替代 style.display=none更有性价比。 - 2.编辑区和预览区放在一个容器里面,方面当竖屏可以竖排而不是只能横排溢出 - 3.很明显给主容器加```height:100%```没什么用,不如增加几层DIV,```flex```垂直布局,让编辑预览区自动适应高度,这样无需要JS去设置```min-height``` CSS变量化建议 ===== 一些浮动定位数据用var(--cherry-toolbar-xxx) 添加一个唯一的随机id标记主容器,类似这样 ```javascript function creatSheet(){ var style = document.querySelector('#cherry-css-var'); if(!style)){ style = document.head.appendChild(document.createElement('style')); style.setAttribute('id','cherry-css-var'); } return style.sheet; } var css_var...

### Clear and concise description of the problem 如果空文档时 默认最小高度是57px 能否自定义设置或者最小100px ### Suggested solution _No response_ ### Additional context _No response_ ### Validations - [ ] Check that there isn't...

This is an enhancement or feature. ====== > when srollend will run callback ,if scss set `--scroll-hover:red`, then can ```javascript animateScroll.createAnimation(target,{ keyframes:[ { backgroundColor:'var(--scroll-hover)' }, { backgroundColor:'var(--scroll-hover2)' } ], duration:...

### Library name zip.js ### Library license BSD-3-Clause license ### Library source https://github.com/gildas-lormeau/zip.js ### Files to include - zip.js (https://github.com/gildas-lormeau/zip.js) - fix ejs.js Link (https://[unpkg.com/[email protected]/ejs.min.js](https://unpkg.com/[email protected]/ejs.min.js))

🏷 Library Request

add mobile version for chinese language. @Revolution641 you can come here to test n64,

use ===== search `fetch(event)`

用于翻译一些 模拟器游戏里面的外文~

MAME support the ios Localizations?

在serviceWorker中预先渲染,像服务器一样,产生各种动态虚拟页面!

能不能把目录简化 例如主目录只保留/wellcms/和/index.php /install.php这样。 对个人站点来说,因为主目录文件夹列表太多,导致文件夹重复,也不方便自定义添加目录