Giter VIP home page Giter VIP logo

dumi-theme-lobehub's Issues

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


The release 1.6.0 on branch master cannot be published as it is out of range.

Based on the releases published on other branches, only versions within the range >=1.5.0 <1.6.0 can be published from branch master.

The following commits are responsible for the invalid release:

  • 🐛 fix: Lock dumi to 2.2.17 (6ed7234)
  • 💄 style: Update Markdown style (e39802f)
  • ✨ feat: Add favicons and metadata to web page using Helmet component (5b8dccf)

Those commits should be moved to a valid branch with git merge or git cherry-pick and removed from branch master with git revert or git reset.

A valid branch could be main.

See the workflow configuration documentation for more details.


Good luck with your project ✨

Your semantic-release bot 📦🚀

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/auto-merge.yml
  • actions/checkout v4
  • oven-sh/setup-bun v1
  • ahmadnassri/action-dependabot-auto-merge v2
.github/workflows/issue-check-inactive.yml
  • actions-cool/issues-helper v3
.github/workflows/issue-close-require.yml
  • actions-cool/issues-helper v3
  • actions-cool/issues-helper v3
  • actions-cool/issues-helper v3
.github/workflows/issue-remove-inactive.yml
  • actions-cool/issues-helper v3
.github/workflows/release.yml
  • actions/checkout v4
  • oven-sh/setup-bun v1
.github/workflows/test.yml
  • actions/checkout v4
  • oven-sh/setup-bun v1
  • codecov/codecov-action v4
npm
example/package.json
package.json
  • @floating-ui/react ^0.26.17
  • ahooks ^3.8.0
  • chalk ^4.1.2
  • fast-deep-equal ^3.1.3
  • history ^5.3.0
  • lodash-es ^4.17.21
  • polished ^4.3.1
  • rc-footer ^0.6.8
  • react-layout-kit ^1.9.0
  • use-merge-value ^1.2.0
  • zustand ^4.5.2
  • @commitlint/cli ^19.3.0
  • @lobehub/lint ^1.23.4
  • @types/lodash-es ^4.17.12
  • @types/node ^20.14.2
  • @types/react ^18.3.3
  • @types/react-dom ^18.3.0
  • @vitest/coverage-v8 ^1.6.0
  • clean-pkg-json ^1.2.0
  • commitlint ^19.3.0
  • dumi-assets-types ^2.3.0
  • eslint ^8.57.0
  • father 4.3.1
  • father-plugin-dumi-theme 1.0.0-rc.1
  • husky ^9.0.11
  • jsdom ^22.1.0
  • leva ^0.9.35
  • lint-staged ^13.3.0
  • prettier ^3.3.2
  • react ^18.3.1
  • react-dom ^18.3.1
  • remark ^14.0.3
  • remark-cli ^11.0.0
  • semantic-release ^21.1.2
  • stylelint ^15.11.0
  • typescript ^5.4.5
  • vitest ^1.6.0
  • @giscus/react >=3
  • @lobehub/ui >=1
  • antd >=5
  • dumi ~2.2
  • lucide-react >=0.292
  • react >=18
  • react-dom >=18
  • react-layout-kit >=1

  • Check this box to trigger a request for Renovate to run again on this repository

[Bug] 除了首页,无法加载其他页面的.md文件

💻 系统环境 | Operating System

Windows

🌐 浏览器 | Browser

Chrome & edge

🐛 问题描述 | Bug Description

image

🚦 期望结果 | Expected Behavior

No response

📷 复现步骤 | Recurrence Steps

No response

📝 补充信息 | Additional Information

No response

[Bug] 无法修改title前面的 logo,

💻 系统环境 | Operating System

Windows

🌐 浏览器 | Browser

Chrome

🐛 问题描述 | Bug Description

一直显示未 lobehub
image

image

🚦 期望结果 | Expected Behavior

No response

📷 复现步骤 | Recurrence Steps

No response

📝 补充信息 | Additional Information

No response

[Bug]

💻 系统环境 | Operating System

Windows

🌐 浏览器 | Browser

Chrome

🐛 问题描述 | Bug Description

Readme 中的安装方式写的不对,现在写的是
pnpm add dumi-theme-antd-style -D

🚦 期望结果 | Expected Behavior

应该是
pnpm add dumi-theme-lobehub -D

📷 复现步骤 | Recurrence Steps

访问该地址就知道了 https://github.com/lobehub/dumi-theme-lobehub#:~:text=pnpm%20add%20dumi%2Dtheme%2Dantd%2Dstyle%20%2DD

📝 补充信息 | Additional Information

No response

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


The release 1.6.0 on branch master cannot be published as it is out of range.

Based on the releases published on other branches, only versions within the range >=1.5.0 <1.6.0 can be published from branch master.

The following commits are responsible for the invalid release:

  • 💄 style: Update Markdown style (e39802f)
  • ✨ feat: Add favicons and metadata to web page using Helmet component (5b8dccf)

Those commits should be moved to a valid branch with git merge or git cherry-pick and removed from branch master with git revert or git reset.

A valid branch could be main.

See the workflow configuration documentation for more details.


Good luck with your project ✨

Your semantic-release bot 📦🚀

移动端组件的预览模式不生效

💻 系统环境 | Operating System

Windows

🌐 浏览器 | Browser

Chrome

🐛 问题描述 | Bug Description

export default { themeConfig: { // 配置高清方案,默认为 750 高清方案 hd: { rules: [...], }, // 配置 demo 预览器的设备宽度,默认为 375px deviceWidth: 375, }, }
不能像官网一样的样式生效: https://d.umijs.org/guide/mobile-library#%E6%95%88%E6%9E%9C%E9%A2%84%E8%A7%88

🚦 期望结果 | Expected Behavior

No response

📷 复现步骤 | Recurrence Steps

No response

📝 补充信息 | Additional Information

No response

[Bug] SSR 加载闪烁

💻 系统环境 | Operating System

macOS

🌐 浏览器 | Browser

Chrome

🐛 问题描述 | Bug Description

黑暗模式下,每次进入页面的时候,都回会先闪烁一下浅色模式,然后再切换回暗色模式

🚦 期望结果 | Expected Behavior

黑暗模式下,每次进入页面的时候,都不要出现闪烁

📷 复现步骤 | Recurrence Steps

访问这个页面https://dumi-theme.lobehub.com/components/action-icon,然后切换到黑暗模式,刷新页面即可复现

📝 补充信息 | Additional Information

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.