diff --git a/tags-toml-2-json.json b/tags-toml-2-json.json deleted file mode 100644 index 272b0992ab147b05cdec74147feea8d9fa7af3f1..0000000000000000000000000000000000000000 --- a/tags-toml-2-json.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "游戏": { - "id": 2, - "subTags": [ - "游戏引擎", - "unity", - "unity3d", - "pygame", - "cocos2d", - "cocos2d-x", - "cocos2d-java", - "corona sdk", - "cryengine", - "小游戏", - "VR", - "AR" - ] - }, - "编程语言": { - "id": 1, - "subTags": [ - "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" - ] - } - } \ No newline at end of file diff --git a/tags.toml b/tags.toml index 59f532df94f8e416473c84c342963e6aa6b0613c..57699b976ab9f9d2316adae89a1fb72a82aff6fe 100644 --- a/tags.toml +++ b/tags.toml @@ -1,4 +1,5 @@ -["编程语言"] +[[Tags]] +Tag = "编程语言" id = 1 subTags = [ "c", @@ -27,7 +28,8 @@ subTags = [ "rust" ] -["游戏"] +[[Tags]] +Tag = "游戏" id = 2 subTags = [ "游戏引擎", @@ -42,5 +44,4 @@ subTags = [ "小游戏", "VR", "AR" -] - +] \ No newline at end of file