This commit is contained in:
tangly1024.com
2023-11-02 20:53:51 +08:00
parent 676c04493c
commit 545c071f81
56 changed files with 2767 additions and 20 deletions

View File

@@ -48,7 +48,7 @@ export const siteConfig = (key) => {
if (!val) {
val = BLOG[key]
}
// console.log('实际配置', key, val)
console.log('实际配置', key, val)
return val
}