-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
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
[Request] 内网环境无法使用组件 #199
Comments
👀 @Lnncoco |
I too, would really appreciate if no external resources would be used.
It would be great if everything could be bundled during build, so that no external request have to be made. Thanks! |
Lobe UI is aimed for lobehub ecosystem and not for all user cases. We won't promise for common wide usage scenarios. As for totally offline usage, we won't do it until we meet this scenario. A better way for you to use is just fork the project and change it by yourself. 🙂
if you don't like npmmirror,you can set the cdn to import { ConfigProvider, Logo } from '@lobehub/ui';
export default () => {
return (
<ConfigProvider config={{ proxy: 'unpkg' }}>
<Logo />
</ConfigProvider>
);
};
I think it may from the spline package |
🥰 需求描述 | Feature Description
webfont-mono webfont-harmony-sans webfont-harmony-sans-sc katex.min.css
会联网请求, 在无互联网环境下无法使用(比如无法正常展示公式),
🧐 解决方案 | Proposed Solution
官网没看到有相关配介绍, 目前手动安装了包引入css处理
📝 补充信息 | Additional Information
No response
The text was updated successfully, but these errors were encountered: