mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-17 17:26:38 +08:00
12 lines
222 B
TypeScript
Executable File
12 lines
222 B
TypeScript
Executable File
import banner from 'vite-plugin-banner'
|
|
|
|
export default function createBanner() {
|
|
return banner(`
|
|
/**
|
|
* 由 Fantastic-admin 提供技术支持
|
|
* Powered by Fantastic-admin
|
|
* https://fantastic-admin.github.io
|
|
*/
|
|
`)
|
|
}
|