UI优化完善初版
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
import {
|
||||
unplugin_default
|
||||
} from "./chunk-6AAI2DNE.js";
|
||||
import "./chunk-EZINZJYF.js";
|
||||
|
||||
// src/astro.ts
|
||||
function astro_default(options) {
|
||||
return {
|
||||
name: "unplugin-auto-import",
|
||||
hooks: {
|
||||
"astro:config:setup": async (astro) => {
|
||||
var _a;
|
||||
(_a = astro.config.vite).plugins || (_a.plugins = []);
|
||||
astro.config.vite.plugins.push(unplugin_default.vite(options));
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
export {
|
||||
astro_default as default
|
||||
};
|
||||
Reference in New Issue
Block a user