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 Apr 17, 2024
1 parent 5b12d67 commit b168a71
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/const/link-of-zh-cn.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

/**
* @default '519859'
* @default '522778'
* @deprecated
*/
export const __plugin_zh_cn_id: string = '519859';
export const __plugin_zh_cn_id: string = '522778';

/**
* @default '241'
* @default '242'
* @deprecated
*/
export const __plugin_zh_cn_series: string = '241';
export const __plugin_zh_cn_series: string = '242';
/**
* @default '241.219'
* @default '242.67'
* @deprecated
*/
export const __plugin_zh_cn_version: string = '241.219';
export const __plugin_zh_cn_version: string = '242.67';

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

0 comments on commit b168a71

Please sign in to comment.