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 Apr 15, 2022
1 parent 4b6a97a commit 32f0fac
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,20 +1,20 @@

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

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

/**
* @see https://plugins.jetbrains.com/plugin/download?rel=true&updateId=156292
* @see 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=156292';
export const __plugin_zh_cn_download: string = 'https://plugins.jetbrains.com/plugin/download?rel=true&updateId=168039';

0 comments on commit 32f0fac

Please sign in to comment.