diff --git a/public/static/offline/qianmugo/themes/main/index.js b/public/static/offline/qianmugo/themes/main/index.js deleted file mode 100644 index e11fdbc..0000000 --- a/public/static/offline/qianmugo/themes/main/index.js +++ /dev/null @@ -1,10 +0,0 @@ -import style from './style.json' -function importAll(r) { - const obj = {} - r.keys().forEach(key => { - obj[key.replace('./', '').replace('.png', '')] = r(key) - }) - return obj -} -const images = importAll(require.context('./', false, /\.(png|jpe?g|svg)$/)) -export default { ...style, images }