公告板
版本库
filestore
活动
搜索
登录
张宪强
/
jxkg-new-ui-student
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat:通过WebSokcet根据教师会议命令执行操作
龚焕茏
2024-08-09
50c328b3594885da4d97d87b301bce9e565ef330
[~zxq/jxkg-new-ui-student.git]
/
tailwind.config.js
1
2
3
4
5
6
7
8
9
10
11
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}