This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
JKRAG
/
jk-rag-chat-client
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c98421f4d9
Rami (Branch)
Tag
master
jk-rag-chat-...
/
postcss.config.js
postcss.config.js
113 B
Cronologia
Originale
1
2
3
4
5
6
module.exports = {
plugins: {
'@tailwindcss/postcss': {}, // 替换为新包
autoprefixer: {},
},
};