mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2026-04-26 21:14:28 +08:00
初始化
This commit is contained in:
12
admin/vite/plugins/banner.ts
Normal file
12
admin/vite/plugins/banner.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import banner from 'vite-plugin-banner'
|
||||
|
||||
export default function createBanner() {
|
||||
return banner(`
|
||||
/**
|
||||
* 由 Fantastic-admin 提供技术支持
|
||||
* Powered by Fantastic-admin
|
||||
* Gitee https://gitee.com/hooray/fantastic-admin
|
||||
* Github https://github.com/hooray/fantastic-admin
|
||||
*/
|
||||
`)
|
||||
}
|
||||
Reference in New Issue
Block a user