Skip to content

Commit

Permalink
build(cache): update link-of-zh-cn.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 21, 2024
1 parent fbde9b3 commit f8afddf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/const/link-of-zh-cn.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

/**
* @default '471046'
* @default '491627'
* @deprecated
*/
export const __plugin_zh_cn_id: string = '471046';
export const __plugin_zh_cn_id: string = '491627';

/**
* @default '241'
* @deprecated
*/
export const __plugin_zh_cn_series: string = '241';
/**
* @default '241.105'
* @default '241.158'
* @deprecated
*/
export const __plugin_zh_cn_version: string = '241.105';
export const __plugin_zh_cn_version: string = '241.158';

/**
* @see https://plugins.jetbrains.com/plugin/download?rel=true&updateId=471046
* @see https://plugins.jetbrains.com/plugin/download?rel=true&updateId=491627
* @deprecated
*/
export const __plugin_zh_cn_download: string = 'https://plugins.jetbrains.com/plugin/download?rel=true&updateId=471046';
export const __plugin_zh_cn_download: string = 'https://plugins.jetbrains.com/plugin/download?rel=true&updateId=491627';

0 comments on commit f8afddf

Please sign in to comment.