mirror of https://github.com/YunYouJun/valaxy
17 lines
396 B
TypeScript
17 lines
396 B
TypeScript
export const sites = [
|
|
{
|
|
name: '默认示例',
|
|
url: 'https://valaxy.site',
|
|
avatar: 'https://valaxy.site/valaxy-logo.png',
|
|
desc: '主题默认示例',
|
|
theme: 'press',
|
|
},
|
|
{
|
|
name: '云游君的小站',
|
|
url: 'https://www.yunyoujun.cn',
|
|
avatar: 'https://www.yunyoujun.cn/images/avatar.jpg',
|
|
desc: '希望能成为一个有趣的人',
|
|
theme: 'yun',
|
|
},
|
|
]
|