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 8, 2023
1 parent e359bb3 commit e77f839
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 '286272'
* @default '289376'
* @deprecated
*/
export const __plugin_zh_cn_id: string = '286272';
export const __plugin_zh_cn_id: string = '289376';

/**
* @default '231'
* @deprecated
*/
export const __plugin_zh_cn_series: string = '231';
/**
* @default '231.174'
* @default '231.185'
* @deprecated
*/
export const __plugin_zh_cn_version: string = '231.174';
export const __plugin_zh_cn_version: string = '231.185';

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

0 comments on commit e77f839

Please sign in to comment.