export const meta = {
  title: 'RYMCU - 嵌入式知识学习交流平台',
  keywords: 'RYMCU,嵌入式,51,单片机,STM,STM8,STM32',
  description: 'RYMCU 致力于打造一个即严谨又活泼、专业又不失有趣,为数百万人服务的开源嵌入式知识学习交流平台。',
  url: 'https://rymcu.com',
  author: 'rymcu',
  email: 'ronger@rymcu.com'
}

export const links = {}

export const friendLinks = {}

export const music = {
  id: '638949385'
}

export const fetch = {
  delay: 888
}

export const color = {
  primary: '#0088f5'
}

export default {
  meta,
  links,
  music,
  fetch,
  color,
  friendLinks
}