Layout Aspect Ratio Notice / 布局比例说明
-
Some layouts are currently optimized only for a 16:9 window aspect ratio.
Currently, there is no good solution for this issue yet.
Other aspect ratios may require manual adjustments to the parameters in the.xmlfiles.
For example, with a 16:10 window ratio, the components at the bottom may extend beyond the layout boundary.目前某些布局仅适配 16:9 比例的窗口。
目前还没想出有什么好的解决方法
如果使用其他比例的窗口,需要自行调整.xml文件中的参数。
例如16:10,底下的组件会超出范围
-
Using the newly added
propselement in the ESLyric plugin, the button code has been reorganized.
By modifying the shared values in thepropselement, the values of all bound elements can change together.本次利用 ESLyric 插件新增的
props元素重新整理了按钮代码。
通过修改props中的通用数值,可以让绑定的元素参数一起变化。propsfeature / **props**元素特征
https://github.com/ESLyric/release/releases/tag/1.0.6.5
