Merge branch 'xingyy' into dev

This commit is contained in:
xingyy 2025-09-05 13:24:02 +08:00
commit 5753dacfb5

View File

@ -30,7 +30,12 @@ const loading = ref(true)
const items = ref([]) const items = ref([])
const keywords = ref('') const keywords = ref('')
const loadGroupStatus = ref(false) const loadGroupStatus = ref(false)
const forwardMode = defineProps(['forwardMode']) const props = defineProps({
'forwardMode': {
type: Number,
default: 0
}
})
// //
const state = reactive({ const state = reactive({