1
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2026-03-10 10:13:01 +08:00
parent 810cbb38c2
commit 9a5a22c11a
213 changed files with 33677 additions and 0 deletions

9
src/utils/printInfo.js Normal file
View File

@ -0,0 +1,9 @@
/**
* @description 只在控制台打印layouts/index.js中的内容
*/
import { donationConsole } from 'layouts'
export function printLayoutsInfo() {
// 只在控制台打印
donationConsole()
}