From 2312aa7d7d82455441af6a6581c8d00f11bc5a22 Mon Sep 17 00:00:00 2001 From: bluelovers Date: Mon, 25 Jul 2022 23:19:23 +0800 Subject: [PATCH] chore(deprecated)!: wil not use link-of-zh-cn.ts in the future version --- scripts/fetch-latest-version-of-zh-cn.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/fetch-latest-version-of-zh-cn.ts b/scripts/fetch-latest-version-of-zh-cn.ts index cdbe25163..c4c3f9d11 100644 --- a/scripts/fetch-latest-version-of-zh-cn.ts +++ b/scripts/fetch-latest-version-of-zh-cn.ts @@ -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}';