We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
强迫症表示十分恼火
No response
The text was updated successfully, but these errors were encountered:
第二点我自己搞了个自动模式按钮。哈哈,实现还是比较简单的,就是一个按钮,然后清除本地的设置项。
Sorry, something went wrong.
其实两个都是本地存储,我记不得名字了。第一个也是把单独设置视图的路径记下来了。
<Icon as={Auto} cursor="pointer" boxSize="$8" onClick={() => { localStorage.removeItem("hope-ui-color-mode") notificationService.show({ status: "success", description: t("home.toolbar.local_settings_auto"), closable: false, }) setTimeout(function () { location.reload() }, 2500) }} />
/src/pages/home/toolbar/LocalSettings.tsx 把这个加到这里,引入图标就行了
import { VsActivateBreakpoints as Auto } from "solid-icons/vs"
提示语你自己加一下就行了
No branches or pull requests
Please make sure of the following things
Description of the feature / 需求描述
强迫症表示十分恼火
Suggested solution / 实现思路
Additional context / 附件
No response
The text was updated successfully, but these errors were encountered: