import banner from 'vite-plugin-banner' export default function createBanner() { return banner(` /** * 由 FZAPI 提供技术支持 * Powered by FZAPI */ `) }