-
Notifications
You must be signed in to change notification settings - Fork 104
Home
乐平 edited this page Aug 5, 2022
·
2 revisions
mac pack:
npm run tauri build -- --target aarch64-apple-darwin
npm run tauri build -- --target universal-apple-darwin
// import { listen } from "@tauri-apps/api/event";
// import { throttle } from "lodash";
// useEffect(() => {
// listen(
// "e_download_progress",
// throttle(({ payload }) => {}, 300)
// );
// }, []);