Skip to content

Commit

Permalink
chore: editor toolbar text
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Jun 11, 2024
1 parent 65da980 commit e23493b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/editor/sections/toolbar/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Component({
// s3 sdk
case 'sdk':
wx.showToast({
title: '待开发',
title: '小程序无法使用 S3 上传,你可以访问我们的网站上传',
icon: 'none',
});
break;
Expand All @@ -107,7 +107,7 @@ Component({
// s3 sdk
case 'sdk':
wx.showToast({
title: '待开发',
title: '小程序无法使用 S3 上传,你可以访问我们的网站上传',
icon: 'none',
});
break;
Expand All @@ -130,7 +130,7 @@ Component({
// s3 sdk
case 'sdk':
wx.showToast({
title: '待开发',
title: '小程序无法使用 S3 上传,你可以访问我们的网站上传',
icon: 'none',
});
break;
Expand All @@ -153,7 +153,7 @@ Component({
// s3 sdk
case 'sdk':
wx.showToast({
title: '待开发',
title: '小程序无法使用 S3 上传,你可以访问我们的网站上传',
icon: 'none',
});
break;
Expand Down

0 comments on commit e23493b

Please sign in to comment.