diff --git a/modules/finder.py b/modules/finder.py index b21de6b..4c95b47 100644 --- a/modules/finder.py +++ b/modules/finder.py @@ -105,8 +105,8 @@ def filter_name(path): if path.endswith(name): return True black_ext = ['io.js', 'ui.js', 'fp.js', 'en.js', 'en-us,js', 'zh.js', 'zh-cn.js', - 'zh_cn.js', 'dev.js', 'min.js', 'umd.js', 'esm.js', 'all.js', 'cjs.js', 'prod.js', - 'slim.js', 'core.js', 'global.js', 'bundle.js', 'browser.js', + 'zh_cn.js', 'dev.js', 'min.js', 'umd.js', 'esm.js', 'all.js', 'cjs.js', + 'prod.js', 'slim.js', 'core.js', 'global.js', 'bundle.js', 'browser.js', 'brands.js', 'simple.js', 'common.js', 'development.js', 'banner.js', 'production.js'] for ext in black_ext: