提交 0a890edd 编写于 作者: AndroidLeaves's avatar AndroidLeaves

update

上级 8223d60a
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
*/ */
// 当前环境版本号 // 当前环境版本号
const VERSION = 20230228 const VERSION = 20230324
// 组件配置文件名 // 组件配置文件名
const settingConfigName = 'settings.json'; const settingConfigName = 'settings.json';
// 分支 // 分支
...@@ -3474,7 +3474,7 @@ class BaseWidget { ...@@ -3474,7 +3474,7 @@ class BaseWidget {
let avatarImg = headerRow.addImageAtURL(icon); let avatarImg = headerRow.addImageAtURL(icon);
avatarImg.leftAligned(); avatarImg.leftAligned();
avatarImg.widthWeight = 130; avatarImg.widthWeight = 130;
const headText = headerRow.addText(`@${author}`, '点击对应列表项即可下载安装小组件'); const headText = headerRow.addText(`@${author}`, '点击即可下载安装,下载前先打开Scriptable的通知权限');
headText.titleFont = Font.semiboldSystemFont(17); headText.titleFont = Font.semiboldSystemFont(17);
headText.titleColor = new Color('#444'); headText.titleColor = new Color('#444');
headText.widthWeight = 870; headText.widthWeight = 870;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册