版博士V2.0程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

22 Zeilen
578 B

  1. "use strict";Object.defineProperty(exports, "__esModule", {value: true});
  2. var _chunkUYEZILGYcjs = require('./chunk-UYEZILGY.cjs');
  3. require('./chunk-GOGBRDVI.cjs');
  4. // src/astro.ts
  5. function astro_default(options) {
  6. return {
  7. name: "unplugin-auto-import",
  8. hooks: {
  9. "astro:config:setup": async (astro) => {
  10. var _a;
  11. (_a = astro.config.vite).plugins || (_a.plugins = []);
  12. astro.config.vite.plugins.push(_chunkUYEZILGYcjs.unplugin_default.vite(options));
  13. }
  14. }
  15. };
  16. }
  17. module.exports = astro_default;
  18. exports.default = module.exports;