feat: add router table entries for uploads, media, zips, forks, tools, proxy, push, docs, openai, devii, xmlrpc, devrant, dbapi, pubsub and add type annotations to cache, config, responses, schemas, seo, and stealth modules

This commit is contained in:
2026-06-16 12:05:44 +00:00
parent a618a95671
commit 82f961c660
13 changed files with 51 additions and 83 deletions
+6 -6
View File
@@ -523,9 +523,9 @@ devii-terminal.devii-mobile .devii-winctl button[data-win="fullscreen"] {
position: fixed;
z-index: 2147483601;
max-width: 280px;
background: #0b0b0b;
color: #e6edf3;
border: 1px solid #3fb950;
background: var(--devii-bar-bg);
color: var(--devii-agent);
border: 1px solid var(--devii-accent);
border-radius: 8px;
padding: 8px 12px;
font-size: 13px;
@@ -539,9 +539,9 @@ devii-terminal.devii-mobile .devii-winctl button[data-win="fullscreen"] {
left: 50%;
bottom: 32px;
transform: translateX(-50%) translateY(12px);
background: #0b0b0b;
color: #e6edf3;
border: 1px solid #3fb950;
background: var(--devii-bar-bg);
color: var(--devii-agent);
border: 1px solid var(--devii-accent);
border-radius: 10px;
padding: 10px 18px;
font-size: 14px;
+1 -1
View File
@@ -292,7 +292,7 @@ dp-docs-chat {
.docs-chat-send {
background: var(--accent);
color: #fff;
color: var(--white);
border: none;
border-radius: var(--radius);
padding: 0.625rem 1.25rem;
+1 -1
View File
@@ -186,7 +186,7 @@
/* Container terminal body */
.ct-body {
background: #000000;
background: var(--fw-bg);
}
.ct-status {
padding: 6px 10px;