refactor: migrate to nuxt

This commit is contained in:
YunYouJun
2023-07-30 03:08:42 +08:00
parent c23f39e8c0
commit 0dfec1831b
90 changed files with 7864 additions and 3962 deletions

4
constants/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export const appName = '隔离食用手册'
export const appDescription = '好的,今天我们来做菜!'
export * from './links'

10
constants/links.ts Normal file
View File

@@ -0,0 +1,10 @@
export const links = {
/**
* 菜谱投稿链接
*/
contribute: 'https://docs.qq.com/form/page/DWk9GWW9oTmlXZU9V',
/**
* 兔小巢反馈
*/
feedback: 'https://support.qq.com/product/507827',
}