wangzhibo
8 天以前 652993fc47ebecebfb0c3f42686a6d7f2615a1c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { type ModuleConfig } from '/@/cool';
import './static/index.css';
 
export default (): ModuleConfig => {
    return {
        order: 100,
        label: 'Tailwind',
        description: 'Tailwind 样式,提供现代化的响应式设计工具',
        author: 'COOL',
        version: '1.0.0',
        updateTime: '2025-01-11',
        doc: 'https://tailwindcss.com/docs/installation'
    };
};