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 Jan 24, 2024
1 parent b8f0cb9 commit fa6428c
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 '449758'
* @default '471046'
* @deprecated
*/
export const __plugin_zh_cn_id: string = '449758';
export const __plugin_zh_cn_id: string = '471046';

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

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

0 comments on commit fa6428c

Please sign in to comment.