Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.45 KB

File metadata and controls

53 lines (37 loc) · 2.45 KB

   

 


👇 点击下方按钮 一键导入

    




Preview

Index (中) Index (En) Widget UI

Refresh Interval

// 修改代码底部的 Widget.present 部分
Widget.present(<MediumWidgetView ui={ui} />, {
  policy: "after",
  date: new Date(Date.now() + 1000 * 60 * 60 * 3), // 例如:3小时
})