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 May 22, 2024
1 parent 8f6c33c commit 6d8668f
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 '522778'
* @default '540517'
* @deprecated
*/
export const __plugin_zh_cn_id: string = '522778';
export const __plugin_zh_cn_id: string = '540517';

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

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

0 comments on commit 6d8668f

Please sign in to comment.