lencx
lencx
Thank you, I opened a new issues #78
❤️ 🦀 ❤️ The great thing about Rust is: I may not know what I'm writing, but Rust knows.
How should I set terminal if I want to install it?
@stbui `Modal` 是组件式调用,`Confirm` 是函数式调用,但是 函数式的 `Confirm` 却不支持自定义布局。改写或重新实现,相当于对 `zarm` 进行二次开发,因为这种需求在实际业务开发中,出现频率很高,所以希望官方可以支持。
`useModal` 的局限性: - 必须在 `function component` 或 `hook` 中使用 - `class` 组件无法使用 - 纯 `function` 无法使用 可以参考 [React-Toastify](https://github.com/fkhadra/react-toastify): ```jsx import React from 'react'; import { ToastContainer, toast } from 'react-toastify';...
多例会维护一个 `id list` - [dispatchToast](https://github.com/fkhadra/react-toastify/blob/master/src/core/toast.tsx#L73-L90) - [toast](https://github.com/fkhadra/react-toastify/blob/master/src/core/toast.tsx#L108-L109)
你设置 `tauri.conf.json` 了吗?具体可以查看文档 [Tauri http](https://tauri.app/v1/api/js/modules/http/) ```json5 { "tauri": { "allowlist": { "http": { "all": true, // enable all http APIs "request": true // enable HTTP request API } } }...
报啥错啊,你有搜索过相关 issues 吗
我也不清楚你的打包问题,你可以试着下载一下我打的包,看看能不能运行 https://github.com/lencx/OhMyBox/releases
你的浏览器版本有问题吧,你可以看看这几篇文章,推荐看第二篇: - [microsoft Edge Error code: STATUS_INVALID_IMAGE_HASH](https://answers.microsoft.com/en-us/microsoftedge/forum/all/microsoft-edge-error-code-statusinvalidimagehash/070556a8-8d34-4b9c-ac3e-b84846098946) - [Aw, snap! What if Every Tab Crashes?](https://textslashplain.com/2019/09/27/aw-snap-every-tab-crashes/) - [How to Fix: Aw, Snap! STATUS_INVALID_IMAGE_HASH error?](https://browserhow.com/how-to-fix-aw-snap-status_invalid_image_hash/)