From 96797293a2edd95a08fa74f8f2bb6695a8878229 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Fri, 2 Apr 2021 16:08:47 +0800 Subject: [PATCH] update toml --- tags-toml-2-json.json | 48 ------------------------------------------- tags.toml | 9 ++++---- 2 files changed, 5 insertions(+), 52 deletions(-) delete mode 100644 tags-toml-2-json.json diff --git a/tags-toml-2-json.json b/tags-toml-2-json.json deleted file mode 100644 index 272b099..0000000 --- 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 59f532d..57699b9 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 -- GitLab