window.pywebview?.api?.bear_notes_this_day() .then((result) => { console.log('python result: ',result) setNotes(result) setLoading(false) }) ...
確定! 回上一頁