banner.ts 290 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 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 */ `) }