feat: add skills file

This commit is contained in:
duanshuwen
2026-04-09 21:49:52 +08:00
parent 5f542715cb
commit b0539c895a
7 changed files with 41 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<template>
<layout>
<div class="bg-white box-border w-full h-full flex rounded-[8px]">
<div class="bg-white box-border w-full h-full flex rounded-[16px]">
<SystemConfig @change=onChange />
<component :is="currentComponent" />
</div>