feat: apply senior-friendly portal theme and document UX guidelines
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<template>
|
||||
<footer class="bg-slate-900 text-slate-400 mt-auto">
|
||||
<footer class="bg-surface-highlight text-muted mt-auto border-t border-line">
|
||||
<div class="mx-auto max-w-screen-xl py-12">
|
||||
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
||||
<!-- Brand -->
|
||||
<div class="col-span-1">
|
||||
<div class="flex items-center gap-2 mb-4">
|
||||
<div
|
||||
class="w-8 h-8 bg-white/10 rounded-lg flex items-center justify-center text-white font-bold text-xl"
|
||||
class="w-8 h-8 bg-primary-600 rounded-lg flex items-center justify-center text-white font-bold text-xl"
|
||||
>
|
||||
Q
|
||||
</div>
|
||||
<span class="text-xl font-bold text-white">Quyun</span>
|
||||
<span class="text-xl font-bold text-content">Quyun</span>
|
||||
</div>
|
||||
<p class="text-sm leading-relaxed mb-6">
|
||||
专业的租户管理与内容交付平台,连接创作者与用户,探索内容的无限可能。
|
||||
@@ -18,17 +18,17 @@
|
||||
<div class="flex gap-4">
|
||||
<a
|
||||
href="#"
|
||||
class="w-8 h-8 rounded-full bg-white/5 flex items-center justify-center hover:bg-white/20 hover:text-white transition-all"
|
||||
class="w-8 h-8 rounded-full bg-surface border border-line flex items-center justify-center hover:bg-primary-50 hover:text-primary-600 transition-all"
|
||||
><i class="pi pi-twitter"></i
|
||||
></a>
|
||||
<a
|
||||
href="#"
|
||||
class="w-8 h-8 rounded-full bg-white/5 flex items-center justify-center hover:bg-white/20 hover:text-white transition-all"
|
||||
class="w-8 h-8 rounded-full bg-surface border border-line flex items-center justify-center hover:bg-primary-50 hover:text-primary-600 transition-all"
|
||||
><i class="pi pi-github"></i
|
||||
></a>
|
||||
<a
|
||||
href="#"
|
||||
class="w-8 h-8 rounded-full bg-white/5 flex items-center justify-center hover:bg-white/20 hover:text-white transition-all"
|
||||
class="w-8 h-8 rounded-full bg-surface border border-line flex items-center justify-center hover:bg-primary-50 hover:text-primary-600 transition-all"
|
||||
><i class="pi pi-discord"></i
|
||||
></a>
|
||||
</div>
|
||||
@@ -36,25 +36,25 @@
|
||||
|
||||
<!-- Links -->
|
||||
<div>
|
||||
<h3 class="text-white font-bold mb-4">关于我们</h3>
|
||||
<h3 class="text-content font-bold mb-4">关于我们</h3>
|
||||
<ul class="space-y-3 text-sm">
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>平台介绍</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>加入我们</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>联系方式</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>合作伙伴</a
|
||||
>
|
||||
</li>
|
||||
@@ -62,25 +62,25 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 class="text-white font-bold mb-4">帮助中心</h3>
|
||||
<h3 class="text-content font-bold mb-4">帮助中心</h3>
|
||||
<ul class="space-y-3 text-sm">
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>用户指南</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>创作者手册</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>常见问题</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>反馈建议</a
|
||||
>
|
||||
</li>
|
||||
@@ -88,25 +88,25 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 class="text-white font-bold mb-4">法律条款</h3>
|
||||
<h3 class="text-content font-bold mb-4">法律条款</h3>
|
||||
<ul class="space-y-3 text-sm">
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>用户协议</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>隐私政策</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>知识产权</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="hover:text-white transition-colors"
|
||||
<a href="#" class="hover:text-primary-600 transition-colors"
|
||||
>社区规范</a
|
||||
>
|
||||
</li>
|
||||
@@ -115,7 +115,7 @@
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="border-t border-slate-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center text-xs"
|
||||
class="border-t border-line mt-12 pt-8 flex flex-col md:flex-row justify-between items-center text-xs"
|
||||
>
|
||||
<p>© 2025 Quyun Platform. All rights reserved.</p>
|
||||
<p class="mt-2 md:mt-0">
|
||||
|
||||
Reference in New Issue
Block a user