分支机构的项目管理,基于Django

This commit is contained in:
2025-11-11 11:09:01 +08:00
commit f0cbf2c2ec
284 changed files with 9472 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'huodong/**/*.html',
'huodong/**/*.css'
],
theme: {
extend: {},
},
prefix: '',
plugins: [],
}