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 Dec 12, 2022
1 parent 210ed4f commit fc11b26
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 '261692'
* @default '264957'
* @deprecated
*/
export const __plugin_zh_cn_id: string = '261692';
export const __plugin_zh_cn_id: string = '264957';

/**
* @default '223'
* @deprecated
*/
export const __plugin_zh_cn_series: string = '223';
/**
* @default '223.224'
* @default '223.228'
* @deprecated
*/
export const __plugin_zh_cn_version: string = '223.224';
export const __plugin_zh_cn_version: string = '223.228';

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

0 comments on commit fc11b26

Please sign in to comment.