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

@@ -3,6 +3,7 @@
<div class="flex items-center m-2">
<img class="w-10 h-10 rounded-md" src="@assets/images/login/white_logo.png" />
<div class="font-bold text-gray-80">YINIAN</div>
<RiSideBarLine class="ml-auto cursor-pointer" />
</div>
<div
@@ -69,7 +70,7 @@
<script setup lang="ts">
import { ref, onMounted, defineEmits } from 'vue'
import { RiAddLine, RiArrowRightSLine, RiArrowDownSLine } from '@remixicon/vue'
import { RiSideBarLine, RiArrowRightSLine, RiArrowDownSLine } from '@remixicon/vue'
import { getSessionList, deleteSession, updateSession } from '../../api/SessionsApi';
const deleteDialogVisible = ref(false)