mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 11:13:43 +08:00
The pageType profile could only be edited as a raw JSON string. Add a structured form editor (default) that builds the profile without writing JSON: profile-level settings (fallbackType / allowAdditionalFields), an ordered page type list (add via a small wizard, remove, reorder), and a per-type form for label / description / layer / field schema, with stage prompts (route/create/ merge) and the markdown template folded into an "advanced" section that carries inline descriptions and examples. A form/JSON toggle keeps the JSON view as the final review surface; serialization preserves unknown keys for forward-compat, and save/validate/reset reuse the existing endpoints (no backend change). Closes matevip/mateclaw#310 |
||
|---|---|---|
| .. | ||
| api | ||
| assets | ||
| components | ||
| composables | ||
| i18n | ||
| router | ||
| stores | ||
| types | ||
| utils | ||
| views | ||
| App.vue | ||
| main.ts | ||
| vite-env.d.ts | ||