updt=ate ollama indocker and add plugins

This commit is contained in:
southseact-3d
2026-02-09 18:09:12 +00:00
parent a52572ede1
commit a546eafc0b
39 changed files with 5239 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
/* --------------------------------------------------------------
Admin Styles for Custom Login URL Settings
-------------------------------------------------------------- */
.wrap {
max-width: 800px;
margin: 0 auto;
}
#pcam-settings-page {
background: #f9f9f9;
padding: 20px;
border-radius: 4px;
}
.pcam-notice {
margin-bottom: 15px;
}
.pcam-text-input {
width: 100%;
max-width: 400px;
padding: 8px 12px;
margin-top: 5px;
}
.pcam-save-btn {
margin-top: 20px;
}