Results 8 issues of chf007

想法很不错。下面是使用中的一些感受 1. 缩略图一开始没找到,不应该用switch开关控制(以为是控制面板展示的,实际上是切换面板里的2 个不同的功能),应该用tab 2. 面板关闭按钮太小了 3. 输入大纲和想法时,尽量支持双击切成编辑模式,离开自动保存,而不是需要点编辑按钮和保存按钮 4. 需要编辑文本时选中文本的动作容易和拖动动作冲突 5. ppt里把支持画布这个功能放的那么高,感觉不太合理,需求不是那么强烈啊,因为不是所有人都要展示前端动画效果,看教程以后还要支持 SVG, Processing 和 P5.js 等,主要也是支持动效的。不如直接支持codepen这种在线编辑器,动效在那里边搞,同时还支持其它页面渲染,这样多通用。

advice

the ideal priority /apps/[app]/.env.[mode].local /apps/[app]/.env.[mode] /apps/[app]/.env.local /apps/[app]/.env /.env.[mode].local /.env.[mode] /.env.local /.env but if there is an environment variable in both above file, the one in [mode] will not take effect...

bug

#239 Add a solution when Nx and Vite handle environment variable conflicts

How to set font-weight?

question

# Summary ![image](https://user-images.githubusercontent.com/358650/146137578-a3b9f5ab-1341-4116-8a79-036010e02269.png) If the `basehref` is set, the placeholder address of the `workflow-event-bindings` page should also be added synchronously Similarly, the Swagger-API docs needs to be handled --- **Message...

enhancement
good first issue
hacktoberfest
area/ui

把 BaiduTemplate 改成 AMD 规范的模块时发现了一些问题。 在有一个加载器的前提下,我想这么用: ``` javascript var tpl = require('baiduTemplate'); var html = tpl.template('someTpl', {}); ``` 对代码做了一些改造 ``` javascript define(function(require, exports, module){ var bt = {}; //模板函数(放置于baidu.template命名空间下) bt.template...

登录部分基于 [OIDC](https://openid.net/connect/) 重构