0.0.10 • Published 4 months ago

@alioth_91/umi-plugins v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@umijs/plugins

See our website umijs for more information.

插件列表

plugin-medalsoftLocale

需与官方plugin-locale插件一起使用,覆盖其配置和模版

export default defineConfig({
  plugins: ["@medalsoft/umi-plugins/dist/locale"],
  locale: {},
  medalsoftLocale: {
    // 默认使用 src/locales/zh-CN.ts 作为多语言文件
    default: "zh-CN",
    baseSeparator: "-",
    reload: false, // 新增配置项,切换国际化是否刷新页面
  }
})