www:新增问题反馈功能;dashboard:适配问题反馈功能,可以在后台系统和用户沟通

This commit is contained in:
eafonyang
2026-08-20 16:42:01 +08:00
parent 5ae979f7e1
commit 3702ad4163
31 changed files with 1956 additions and 11 deletions
+5 -1
View File
@@ -73,7 +73,8 @@ const hasContacts = computed(() => contacts.value.length > 0);
</script>
<template>
<div>
<!-- 内容容器加宽--sec-cw 可继承页内所有 section-container 生效全局默认 1200px 偏窄 -->
<div style="--sec-cw: 1400px">
<PageHero
:title="heroTitle"
:subtitle="heroSubtitle || undefined"
@@ -153,6 +154,9 @@ const hasContacts = computed(() => contacts.value.length > 0);
</div>
</section>
<!-- S-FB问题反馈提交 + 查询 -->
<SupportFeedback />
<!-- S4CTA -->
<section v-if="s4Cta" class="text-center py-32px">
<NuxtLink