This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* @description 3个子配置,通用配置|主题配置|网络配置
*/
// 默认配置
const { setting, theme, network } = require('./')
module.exports = Object.assign({}, setting, theme, network)