You've already forked SmartisanNote.Remake
优化 便签列表页上下滑动时不再触发标签条的移动;
优化 添加了新的vite编译配置;
This commit is contained in:
@@ -86,6 +86,13 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
build: {
|
||||
outDir: isPwaMode ? 'dist/offline' : 'dist/standard',
|
||||
minify: 'terser',
|
||||
terserOptions: {
|
||||
compress: {
|
||||
drop_console: true,
|
||||
drop_debugger: true,
|
||||
},
|
||||
},
|
||||
rollupOptions: {
|
||||
output: {
|
||||
// 为CSS和JS文件添加哈希后缀
|
||||
|
||||
Reference in New Issue
Block a user