Skip to content

DKKitsBlog — DKKits 产品博客

DKKit(得刻工具)的官方博客:彩票数据分析、金融工具(债务优化、贷款计算)、实用工具的教程与说明。主要服务 SEO 与用户教育。

技术栈

  • VitePress(Vue3 静态站点生成器),zh-CN
  • 特性:本地搜索、暗色模式、结构化数据(JSON-LD)、sitemap

命令

bash
pnpm dev       # vitepress dev
pnpm build     # vitepress build
pnpm preview

结构

.vitepress/
├── config.ts        # ★ 站点元数据、导航、侧边栏、搜索、footer
└── theme/
posts/
├── lottery/         # 彩票(大数据分析, 双色球, 大乐透, 智能筛选, 竞猜跟踪)
├── finance/         # 金融(债务优化, 贷款计算, 防贷款陷阱)
├── guides/          # 指南(高考查分, 随机决策)
└── updates/         # changelog
public/
index.md             # 首页(hero + 功能卡片)

约定

  • 新增文章:在 posts/<分类>/.md,并在 .vitepress/config.ts 侧边栏登记。
  • ../DKKitsBlog 同构于 ../DKChartBlog,保持风格一致。
  • 纯内容站,无后端交互。

最后更新于:

彩票大数据 · 债务优化 · 贷款计算 · 实用工具