Skip to content

loop2zero/DeFi

Repository files navigation

StablePulse

专业、极简、可信赖的链上稳健收益平台。

技术栈

  • 框架: Next.js 14
  • 语言: TypeScript
  • 样式: Tailwind CSS
  • 图标: Lucide React

快速开始

安装依赖

npm install

开发模式

npm run dev

打开 http://localhost:3000 查看效果。

构建生产版本

npm run build
npm start

项目结构

DeFi/
├── src/
│   ├── components/          # React 组件
│   │   ├── Header.tsx
│   │   ├── HeroSection.tsx
│   │   ├── JudgementSection.tsx
│   │   ├── AssetLevelsSection.tsx
│   │   ├── FeaturedOpportunities.tsx
│   │   ├── RiskCenterSection.tsx
│   │   ├── NewsletterSection.tsx
│   │   └── Footer.tsx
│   ├── pages/               # Next.js 页面
│   │   ├── _app.tsx
│   │   ├── _document.tsx
│   │   └── index.tsx
│   └── styles/              # 全局样式
│       └── globals.css
├── public/                  # 静态资源
├── tailwind.config.js       # Tailwind 配置
├── tsconfig.json           # TypeScript 配置
└── package.json            # 项目依赖

设计特点

  • 极简主义: Apple/Stripe/Notion 风格的清爽设计
  • 现代感: 玻璃拟态效果、流畅动画
  • 响应式: 完美适配桌面端和移动端
  • 性能优化: 基于 Next.js 的服务端渲染

核心功能

  1. 稳健资产分级 (R1-R4): 清晰的风险等级体系
  2. 今日判断: 每日关键信号汇总
  3. 风险中心: 提前追踪收益和流动性变化
  4. 每周 Newsletter: 精选判断直达邮箱

License

© StablePulse 2025

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors