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 2, 2022
1 parent 6247645 commit 4edfc98
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 '230892'
* @default '260191'
* @deprecated
*/
export const __plugin_zh_cn_id: string = '230892';
export const __plugin_zh_cn_id: string = '260191';

/**
* @default '223'
* @deprecated
*/
export const __plugin_zh_cn_series: string = '223';
/**
* @default '223.143'
* @default '223.218'
* @deprecated
*/
export const __plugin_zh_cn_version: string = '223.143';
export const __plugin_zh_cn_version: string = '223.218';

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

0 comments on commit 4edfc98

Please sign in to comment.