feat: WGRplane Hybrid - Go-native with nftables + Multi-Webhook

This commit is contained in:
datadunia
2026-05-03 18:03:38 +07:00
parent 477f7830bb
commit 3eae539a56
33 changed files with 3091 additions and 4 deletions
+19
View File
@@ -0,0 +1,19 @@
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {
backdropBlur: {
xs: '2px',
},
boxShadow: {
glass: '0 8px 32px 0 rgba(31, 38, 135, 0.37)',
},
},
},
plugins: [
require('@tailwindcss/forms'),
],
}