提交 9f817c69 编写于 作者: AndroidLeaves's avatar AndroidLeaves

update

上级 0a890edd
......@@ -3474,9 +3474,9 @@ class BaseWidget {
let avatarImg = headerRow.addImageAtURL(icon);
avatarImg.leftAligned();
avatarImg.widthWeight = 130;
const headText = headerRow.addText(`@${author}`, '点击即可下载安装,下载前先打开Scriptable的通知权限');
headText.titleFont = Font.semiboldSystemFont(17);
headText.titleColor = new Color('#444');
const headText = headerRow.addText(`@${author}`, '先打开Scriptable通知权限再点击下载安装');
headText.titleFont = Font.semiboldSystemFont(15);
headText.titleColor = new Color('#666');
headText.widthWeight = 870;
headText.leftAligned();
// -----------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册