Philosophical Dialogues

Deep conversations that shape our understanding

Featured Talks

探索塑造我们理解的深度对话

添加新对话

lib/talks.ts 中注册新的对话, 并将 JSON 数据文件放入 public/data/ 目录。

查看示例 →
// lib/talks.ts
export const talks = {
  'your-new-talk': {
    slug: 'your-new-talk',
    dataPath: '/data/your_transcript.json',
    title: 'Your Talk Title',
    description: 'Description...'
  }
};