first commit

This commit is contained in:
2026-01-16 14:13:44 +08:00
commit 903ff8d495
34603 changed files with 8585054 additions and 0 deletions

22
WebRoot/node_modules/bootstrap-switch/bower.json generated vendored Normal file
View File

@ -0,0 +1,22 @@
{
"name": "bootstrap-switch",
"description": "Turn checkboxes and radio buttons into toggle switches.",
"license": "Apache-2.0",
"main": [
"./dist/js/bootstrap-switch.js",
"./dist/css/bootstrap3/bootstrap-switch.css"
],
"ignore": [
"docs",
"test",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"index.html",
"package.json"
],
"dependencies": {
"bootstrap": ">=2.3.2",
"jquery": "~1.9.0"
}
}