mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 07:14:40 +08:00
fix: Update OS_PLATFORM definition to reflect the current platform
This commit is contained in:
@@ -162,6 +162,6 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
define: {
|
||||
OS_PLATFORM: '"unknown"',
|
||||
OS_PLATFORM: `"${process.platform}"`,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user