mirror of
https://github.com/NotoChen/Jetbrains-Help.git
synced 2025-05-24 06:56:44 +08:00
docs:
This commit is contained in:
parent
ff87be4161
commit
3223e697ca
|
@ -22,6 +22,9 @@ public class ProductsContextHolder {
|
||||||
|
|
||||||
private static List<ProductCache> productCacheList;
|
private static List<ProductCache> productCacheList;
|
||||||
|
|
||||||
|
// TODO 通过该接口可以获取付费IDE的CODE
|
||||||
|
// TODO https://data.services.jetbrains.com/products?fields=name,salesCode
|
||||||
|
|
||||||
public static void init() {
|
public static void init() {
|
||||||
log.info("初始化中...");
|
log.info("初始化中...");
|
||||||
File productJsonFile = FileTools.getFileOrCreat(PRODUCT_JSON_FILE_NAME);
|
File productJsonFile = FileTools.getFileOrCreat(PRODUCT_JSON_FILE_NAME);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user