From e34e2c0df1813db7491ba806feceefab70006278 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Fri, 2 Apr 2021 15:45:42 +0800 Subject: [PATCH] update json format --- tags.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tags.json b/tags.json index 0dd93ee..4c10c91 100644 --- a/tags.json +++ b/tags.json @@ -2,12 +2,12 @@ { "id" : 1 , "name" : "编程语言" , - "tags" : "c, c++, c#, perl, java, erlang, go, javascript, objective-c, kotlin, swift, qt, lua, ruby, bash, batch, julia, r, scala, Julia, typescript, php, python, rust" + "tags" : ["c","c++","c#","perl","java","erlang","go","javascript","objective-c","kotlin","swift","qt","lua","ruby","bash","batch","julia","r","scala","Julia","typescript","php","python","rust"] }, { "id" : 2 , "name" : "游戏" , - "tags" : "游戏引擎, unity, unity3d, pygame, cocos2d, cocos2d-x, cocos2d-java, corona sdk, cryengine, 小游戏, VR, AR" + "tags" : ["游戏引擎","unity","unity3d","pygame","cocos2d","cocos2d-x","cocos2d-java","corona sdk","cryengine","小游戏","VR","AR"] }, { "id" : 3 , @@ -78,5 +78,5 @@ "id" : 16 , "name" : "操作系统" , "tags" : "linux, windows, win10, gnu , octave, ios, macos, blackberry, 鸿蒙, centos, ubuntu" - }, + } ] \ No newline at end of file -- GitLab