Skip to content

Commit 6a8d2c1

Browse files
committed
refactor: add enum
1 parent 510fae6 commit 6a8d2c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/dataset/models/data_set.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ class Type(models.TextChoices):
8282

8383
web = 1, 'web站点类型'
8484

85+
lark = 2, '飞书类型'
86+
yuque = 3, '语雀类型'
87+
8588

8689
class HitHandlingMethod(models.TextChoices):
8790
optimization = 'optimization', '模型优化'

0 commit comments

Comments
 (0)