feat: 初始化居家上门服务系统完整项目代码
- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
14
hss-home-service/website/.nuxt/tailwind/postcss.mjs
Normal file
14
hss-home-service/website/.nuxt/tailwind/postcss.mjs
Normal file
@@ -0,0 +1,14 @@
|
||||
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 2026/5/18 21:11:34
|
||||
import "@nuxtjs/tailwindcss/config-ctx"
|
||||
import configMerger from "@nuxtjs/tailwindcss/merger";
|
||||
|
||||
import cfg2 from "./../../tailwind.config.ts";
|
||||
const config = [
|
||||
{"content":{"files":["/home/akoo/居家服务/hss-home-service/website/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/plugins/**/*.{js,ts,mjs}","/home/akoo/居家服务/hss-home-service/website/composables/**/*.{js,ts,mjs}","/home/akoo/居家服务/hss-home-service/website/utils/**/*.{js,ts,mjs}","/home/akoo/居家服务/hss-home-service/website/pages/**/*.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}","/home/akoo/居家服务/hss-home-service/website/app.config.{js,ts,mjs}"]}},
|
||||
{},
|
||||
cfg2
|
||||
].reduce((acc, curr) => configMerger(acc, curr), {});
|
||||
|
||||
const resolvedConfig = config;
|
||||
|
||||
export default resolvedConfig;
|
||||
Reference in New Issue
Block a user