优化:支持控制是否显示

This commit is contained in:
iqudoo
2026-04-30 11:17:05 +08:00
parent 8ebe8b0b34
commit f3c0856506
11 changed files with 142 additions and 26 deletions

View File

@@ -23,6 +23,14 @@ const rules = [{
limit: 8192,
},
}],
}, {
test: /\.(ogg|mp3|wav)$/,
use: [{
loader: 'url-loader',
options: {
limit: 65536,
},
}],
}, {
test: /\.css$/,
use: [{