feat: rules editor

This commit is contained in:
MystiPanda
2024-06-30 17:17:04 +08:00
parent d2d6ee806d
commit 497804434d
6 changed files with 243 additions and 113 deletions

View File

@@ -483,6 +483,7 @@ export const ProfileItem = (props: Props) => {
onClose={() => setFileOpen(false)}
/>
<RulesEditorViewer
profileUid={uid}
property={option?.rules ?? ""}
open={rulesOpen}
onChange={onChange}