diff options
| author | zhanghongqing <[email protected]> | 2023-11-03 16:12:55 +0800 |
|---|---|---|
| committer | zhanghongqing <[email protected]> | 2023-11-03 16:12:55 +0800 |
| commit | 013c07192d4ae2fee1e4bf8aaff13490652fe7b8 (patch) | |
| tree | 6fff8d899e3fb2918e1c40226d1fe52c00f217e6 /src/main/resources/categoryinfo.json | |
| parent | 288ac70596d94d4e065bc5f8062940170862a0f5 (diff) | |
更新categoryinfo.json配置,取消对catid的限制dev
Diffstat (limited to 'src/main/resources/categoryinfo.json')
| -rw-r--r-- | src/main/resources/categoryinfo.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/resources/categoryinfo.json b/src/main/resources/categoryinfo.json index aa50426..7c6c81a 100644 --- a/src/main/resources/categoryinfo.json +++ b/src/main/resources/categoryinfo.json @@ -422,6 +422,26 @@ "catid": 83, "catname": "Food and Dining", "catgroup": "Unmaintained" + }, + { + "catid": 85, + "catname": "Self Harm", + "catgroup": "Sensitive" + }, + { + "catid": 86, + "catname": "Low-THC Cannabis Products", + "catgroup": "Security" + }, + { + "catid": 87, + "catname": "Self Harm", + "catgroup": "Sensitive" + }, + { + "catid": 88, + "catname": "Generative AI", + "catgroup": "Productivity" } ] } |
