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 25, 2022
1 parent 82802bb commit 92e1e2a
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,20 +1,20 @@

/**
* @default '168039'
* @default '177159'
*/
export const __plugin_zh_cn_id: string = '168039';
export const __plugin_zh_cn_id: string = '177159';

/**
* @default '221'
* @default '222'
*/
export const __plugin_zh_cn_series: string = '221';
export const __plugin_zh_cn_series: string = '222';
/**
* @default '221.179'
* @default '222.84'
*/
export const __plugin_zh_cn_version: string = '221.179';
export const __plugin_zh_cn_version: string = '222.84';

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

0 comments on commit 92e1e2a

Please sign in to comment.