valaxy-theme-sakura
Version:
<h1 align="center">valaxy-theme-sakura</h1> <pre align="center"> 一个简单、个性化、可爱的动漫风格博客主题 ❥(ゝω・✿ฺ) </pre>
30 lines (26 loc) • 429 B
text/typescript
export interface Footer {
/**
* 建站于
*/
since?: number
/**
* Icon between year and copyright info.
*/
icon?: {
/**
* icon name, i-xxx
*/
enable?: boolean
name?: string
img?: string
animated?: boolean
url?: string
title?: string
}
/**
* Powered by valaxy & valaxy-theme-${name}, default is yun
*/
powered?: boolean
/** 备案 ICP */
icp?: string
}