mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
feat: update portal (#1306)
This commit is contained in:
parent
ddc3dabf4f
commit
93537e4f0e
@ -5,9 +5,9 @@ repos:
|
||||
- id: check-yaml
|
||||
exclude: 'docs/.*|tests/data/.*|configs/.*'
|
||||
- id: end-of-file-fixer
|
||||
exclude: 'docs/.*|tests/data/.*'
|
||||
exclude: 'docs/.*|tests/data/.*|memgpt/server/static_files/.*'
|
||||
- id: trailing-whitespace
|
||||
exclude: 'docs/.*|tests/data/.*'
|
||||
exclude: 'docs/.*|tests/data/.*|memgpt/server/static_files/.*'
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
memgpt/server/static_files/assets/index-cc4e30b1.css
Normal file
1
memgpt/server/static_files/assets/index-cc4e30b1.css
Normal file
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
|
||||
|
||||
<script>
|
||||
if (localStorage.theme === 'dark') {
|
||||
if (document && document.documentElement) {
|
||||
@ -29,11 +29,11 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="module" crossorigin src="/assets/index-bf421135.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-0c5d3001.css">
|
||||
<script type="module" crossorigin src="/assets/index-c99fd5b4.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-cc4e30b1.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="h-full w-full" id="root"></div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user