Skip to content

Commit

Permalink
chore: replace version request
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Nov 18, 2024
1 parent a528fb5 commit 57efff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const docsMap = {
};

const currentVersion = packageJson.version.replace(/\./g, '_');
const registryUrl = 'https://mirrors.tencent.com/npm/tdesign-vue-next';
const registryUrl = 'https://service-edbzjd6y-1257786608.hk.apigw.tencentcs.com/release/npm/versions/tdesign-vue-next';

// 过滤小版本号
function getVersions(versions = []) {
Expand Down

0 comments on commit 57efff4

Please sign in to comment.