UTF-16 is a variable-length character encoding using 16-bit words. Characters in the Basic Multilingual Plane are mapped into a single 16-bit word, with other characters mapped into a pair of 16-bit words. UTF-32 is a fixed-length encoding that uses 32 bits for every code point. This ...
# spa shortname VITE_GLOB_APP_SHORT_NAME = vue_vben_admin VITE_DYNAMIC_IMPORT = false 1 change: 0 additions & 1 deletion 1 build/utils.ts Original file line numberDiff line numberDiff line change @@ -30,7 +30,6 @@ export interface ViteEnv { VITE_BUILD_COMPRESS: 'gzip' | 'brotli...