Skip to content

Commit

Permalink
chore(deprecated)!: wil not use link-of-zh-cn.ts in the future version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jul 25, 2022
1 parent ddaf8a8 commit 2312aa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/fetch-latest-version-of-zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,24 @@ export default Bluebird.resolve(fetch('https://plugins.jetbrains.com/api/plugins
return outputFile(join(__root, 'lib/const/link-of-zh-cn.ts'), `
/**
* @default '${id}'
* @deprecated
*/
export const __plugin_zh_cn_id: string = '${id}';
/**
* @default '${sv}'
* @deprecated
*/
export const __plugin_zh_cn_series: string = '${sv}';
/**
* @default '${version}'
* @deprecated
*/
export const __plugin_zh_cn_version: string = '${version}';
/**
* @see ${__plugin_zh_cn_download}
* @deprecated
*/
export const __plugin_zh_cn_download: string = '${__plugin_zh_cn_download}';
Expand Down

0 comments on commit 2312aa7

Please sign in to comment.