21 Commits

Author SHA1 Message Date
d7757921b7 fix(web): resolve remaining UI/UX audit issues — text contrast, CTA unification, image localization
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 14s
- Footer ICP text color #64748b → #475569 (WCAG AA)
- index.astro decorative arrows text-slate-400 → text-slate-500
- CTA.astro scoped CSS replaced with shared btn-primary-gradient/glass-card-premium
- Unsplash external images localized to /public/images/

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 16:25:56 +08:00
4a7348c5d5 fix: Phase 1-3 UI/UX audit fixes
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 13s
Phase 1 — Accessibility:
- z-index system: BaseLayout z-[9999]→z-50, Header→z-30, floating cards→z-20
- prefers-reduced-motion: disable all animations/transitions when user prefers
- Focus-visible: global ring indicator on all interactive elements
- Text contrast: slate-500→600, slate-400→500, slate-300→400 across all pages
  Footer ICP备案, Header nav links, index/product/philosophy sections

Phase 2 — Interaction:
- Waitlist form: loading spinner state, API submission, error handling, debounce
- Scroll progress: requestAnimationFrame throttle
- Footer: inline onmouseover→CSS :hover
- Removed unused WaitlistForm.astro (dead code, styles duplicated in waitlist.astro)

Phase 3 — Visual polish:
- Glass-card: opacity 0.6→0.8 for better text contrast
- Animations: reduced 4 infinite float to 2, changed 2 to hover-only
- Danmaku: hidden on mobile (hidden md:block)
- product.astro: removed 2 extra </div> tags, fixed HTML structure
- product.astro: added width/height to images
- philosophy.astro: added width/height to images
- CTA.astro: unified with btn-primary-gradient style system

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 09:37:36 +08:00
47566cd51d chore: remove public debug dump, add cleanup step
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 13s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:45:21 +08:00
12d84b00ec fix: use double quotes for MYSQL_PASS variable expansion in mysql exec
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:26:02 +08:00
0c0147f12a fix: drop columns without IF EXISTS for MySQL 8.0 compat; delete all duplicate migration records
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 22s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:22:54 +08:00
883efc0593 chore: trigger deploy to test runner status
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:19:41 +08:00
dc19b24848 fix: add prisma_migrations table query to debug output
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 22s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:11:40 +08:00
efd690c530 fix: resolve stuck Prisma migrations from web-projects deploy + handle crash loop
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:09:04 +08:00
13cd50760e fix: dump docker debug info to web root for diagnostics
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 13s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:51:45 +08:00
07feed61b8 fix: robust backend startup — clone api-server repo, build image, full infrastructure
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 14s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:49:21 +08:00
87e904b97e fix: add backend health check + HTTPS nginx config with SSL support
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 8s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:46:16 +08:00
03209e07fc fix: add nginx API proxy config for /api/* → backend :3001
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 8s
- Add nginx/longde.cloud.conf with /api/* proxy_pass to localhost:3001
- Update deploy.yml to install nginx config before deploying
- Fixes 405/502 errors when iOS app calls backend API

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:06:58 +08:00
5256a4526d update contact email to longdecloud@163.com, fix domain to longde.cloud
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 8s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 16:51:24 +08:00
b8e5de7cc0 replace favicon with logo.png
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 16:49:05 +08:00
ebc31c849d add ICP备案号 to footer
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 16:32:23 +08:00
c53fbfa70a add CI/CD deploy workflow, remove migrated DESIGN.md
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 12s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 16:20:47 +08:00
WangDL
1d7c25c4cf 品牌名统一改为"知习",新增下载页面
- 全站标题/描述/正文:"知习 AI"/"龙德AI学习" → "知习"
- 下载页重写:新增 App Store、Google Play、macOS、Web 四个渠道卡片
- Header/Footer/BaseLayout 品牌名同步更新

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 21:08:16 +08:00
WangDL
29f7da8351 优化支持页和等待名单页样式
- 支持页:常见问题改为静态卡片展示,修复下拉选择框样式和箭头位置,修复 schedule 卡片图标对齐
- 等待名单页:重写页面,修复 CSS 变量未定义导致的样式丢失
- Header:移除所有链接的默认下划线

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 20:40:19 +08:00
WangDL
7590daebc0 feat: 全面优化 UI 样式、动画系统与交互体验
- 新增加载进度条(BaseLayout)

- 重构动画系统:修复 fadeInUp、新增 revealUp/pageEnter/blurIn 入场动画

- 添加 IntersectionObserver 滚动揭示机制

- 产品页:修复弹幕滚动效果、统一 Hero 区域样式与首页一致

- 产品理念页:重新设计对比叙事区、学习闭环图、产品原则卡片

- 支持页:完全重构表单布局、设备 pills 选中态、FAQ 双列网格

- 隐私政策页:重构侧边栏导航

- 首页:统一 Portal 三卡片边框、重构 Learning Loop 流程图

- Footer 去除冗余 margin-top、全局 CSS 新增 ethereal-glow 公共样式
2026-05-07 23:15:35 +08:00
3c4e0808fc feat: 完成隐私政策、支持、理念页面还原,优化导航栏和Footer组件 2026-05-05 18:33:11 +08:00
bd570d5fb3 feat: init longde website project
- Astro 静态网站
- 首页、学习产品介绍
- 等待名单表单
- 隐私政策、用户协议、支持、下载、更新日志页面
- SEO 优化 (sitemap, robots, OG)
2026-05-04 15:22:20 +08:00