新增提示词列表和提示词修改页面

This commit is contained in:
2025-03-28 20:56:13 +08:00
parent afadd79fe8
commit 65da73071d
20 changed files with 2217 additions and 479 deletions
+8
View File
@@ -166,6 +166,14 @@
.rule-groups-page .ant-btn-text.text-primary {
color: #00684a;
}
.rule-groups-page .operations-cell {
@apply flex space-x-2;
}
.rule-groups-page .operation-btn {
@apply text-sm flex items-center text-[--color-primary] bg-transparent hover:underline p-2;
}
.rule-groups-page .ant-btn-text.text-primary:hover {
color: #00684a;