移除 Config.vue 和 Dashboard.vue 中的样式,更新 Page.vue 以使用 API 获取最近记录,增强组件功能和代码整洁性。

This commit is contained in:
jxxghp
2025-05-07 13:28:42 +08:00
parent ae9a13e0fa
commit 04200e94ff
3 changed files with 8 additions and 42 deletions

View File

@@ -208,11 +208,4 @@ function resetForm() {
function notifyClose() {
emit('close')
}
</script>
<style scoped>
.plugin-config {
padding: 16px;
inline-size: 100%;
}
</style>
</script>