From 83aea448b4735599607c9b6541805b109d308b52 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Tue, 6 Apr 2021 13:58:14 +0800 Subject: [PATCH] update toml --- .gitignore | 1 + tags.toml | 56 ++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 47 insertions(+), 10 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6c57f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.json diff --git a/tags.toml b/tags.toml index b66d6f0..d81af42 100644 --- a/tags.toml +++ b/tags.toml @@ -1,3 +1,5 @@ +title = "CSDN 通用 Tags 系统" + [[Tags]] Tag = "编程语言" id = 1 @@ -33,17 +35,48 @@ Tag = "游戏" id = 2 subTags = [ "游戏引擎", + "虚幻", + "ue4", + "ue5", "unity", - "unity3d", - "pygame", + "godot", "cocos2d", - "cocos2d-x", - "cocos2d-java", - "corona sdk", "cryengine", - "小游戏", + "lumberyard", + "OGRE", + "pygame", "VR", - "AR" + " AR", + "MR", + "XR", + "图形渲染", + "着色器", + "maya", + "3dsmax", + "blender", + "cinema4d", + "zbrush", + "3dcoat", + " topogun", + " rizomuv", + " substance designer", + "substance painter", + "quixel", + "houdini", + "数字雕刻", + "重拓扑", + "UV", + "骨骼绑定", + "材质", + "贴图", + "动画", + "关卡设计", + "游戏程序", + "游戏美术", + "游戏策划", + "技术美术", + "cascadeur", + "spine" ] @@ -247,7 +280,8 @@ subTags = [ "图计算", "联邦学习", "deepdive", - "bert" + "bert", + "streamset" ] @@ -273,7 +307,7 @@ subTags = [ [[Tags]] -Tag = "游戏" +Tag = "网络" id = 8 subTags = [ "网络协议", @@ -344,7 +378,9 @@ subTags = [ "mssql", "azure", "WPF", - "MFC" + "MFC", + ".net5", + ".net6" ] -- GitLab