Skip to content

Conversation

@liweijie0812
Copy link
Collaborator

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Dec 5, 2025

⚠️ No Changeset found

Latest commit: 3e4e694

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 5, 2025

Open in StackBlitz

npm i https://pkg.pr.new/Tencent/cherry-markdown@1544

commit: 3e4e694

@cherry-markdown-bot
Copy link
Collaborator

cherry-markdown-bot commented Dec 5, 2025

@RSS1102 RSS1102 merged commit 08ef14b into dev Dec 11, 2025
12 checks passed
@RSS1102 RSS1102 deleted the chore/cnb/dev-env branch December 11, 2025 08:44
@github-actions
Copy link
Contributor

📦 cherry-markdown dev preview published

⚠️ 注意: 此版本为开发预览版,禁止在生产环境使用!

此方式引用代码中仍然可以使用 cherry-markdown 包名,不需要修改现有的 import 语句

⚠️ Note: This version is a developer preview and should not be used in production environments!

This way of referencing allows you to still use the package name cherry-markdown, no need to modify existing import statements

Install NPM with :

pnpm add cherry-markdown@npm:@cherry-markdown/[email protected]
yarn add cherry-markdown@npm:@cherry-markdown/[email protected]
npm i cherry-markdown@npm:@cherry-markdown/[email protected]

如果你使用了其他以 cherry-markdown 作为同等依赖(peer dependency)的元框架,你需要在 package.json 文件中覆盖 cherry-markdown 依赖,具体操作方式会因你使用的包管理器而略有不同

If you use a meta framework that has cherry-markdown as peer dependency, you have to override the cherry-markdown dependency in your package.json, which works slightly different depending on your package manager

# npm
{
  "overrides": {
    "cherry-markdown": "npm:@cherry-markdown/[email protected]"
  }
}
# yarn
{
  "resolutions": {
    "cherry-markdown": "npm:@cherry-markdown/[email protected]"
  }
}
# pnpm
{
  "pnpm": {
    "overrides": {
      "cherry-markdown": "npm:@cherry-markdown/[email protected]"
    }
  }
}

在添加 overrides 之后,重新安装你的依赖并像往常一样启动你的开发服务器或构建你的项目即可,无需进一步的配置更改

After adding these overrides, reinstall your dependencies and start your development server or build your project as usual. No further configuration changes are required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants