build: add Vite web production pipeline

This commit is contained in:
237899745
2026-07-27 13:07:10 +08:00
parent dce1e3622a
commit 6692736e88
16 changed files with 1564 additions and 22 deletions

View File

@@ -1,4 +1,6 @@
const { createApp } = Vue;
import axios from 'axios';
import { createApp } from 'vue';
const DEFAULT_LOCAL_STORAGE_QUOTA_BYTES = 1024 * 1024 * 1024; // 1GB
const DEFAULT_OSS_STORAGE_QUOTA_BYTES = 1024 * 1024 * 1024; // 1GB