feat: rules editor

This commit is contained in:
MystiPanda
2024-06-30 17:17:04 +08:00
parent 955182b05b
commit 901a983150
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}