@memtensor/memos-cloud-openclaw-plugin 0.1.14 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,112 +1,112 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <title>MemOS Plugin Config</title>
7
- <link rel="icon" type="image/svg+xml" href="/icon.svg" />
8
- <link rel="stylesheet" href="/app.css" />
9
- </head>
10
- <body>
11
- <div class="shell">
12
- <section class="hero">
13
- <div class="hero-grid">
14
- <div>
15
- <div class="hero-top">
16
- <span class="eyebrow" id="eyebrowText">
17
- <img class="eyebrow-icon" src="/icon.svg" alt="" aria-hidden="true" />
18
- <span>MemOS Plugin Config UI</span>
19
- </span>
20
- <div class="lang-switch">
21
- <span class="lang-label" id="langLabel">Language</span>
22
- <div class="lang-dropdown" id="languageDropdown">
23
- <button
24
- class="lang-select"
25
- id="languageSelectButton"
26
- type="button"
27
- aria-haspopup="listbox"
28
- aria-expanded="false"
29
- aria-labelledby="langLabel languageSelectButton"
30
- >
31
- <span class="lang-select-text" id="languageSelectText">Auto</span>
32
- </button>
33
- <div class="lang-menu" id="languageMenu" role="listbox" aria-labelledby="langLabel">
34
- <button class="lang-option" id="languageOptionAuto" type="button" role="option" data-language="auto">Auto</button>
35
- <button class="lang-option" id="languageOptionEn" type="button" role="option" data-language="en">EN</button>
36
- <button class="lang-option" id="languageOptionZh" type="button" role="option" data-language="zh">中文</button>
37
- </div>
38
- </div>
39
- </div>
40
- </div>
41
- <div class="hero-title-row">
42
- <img class="hero-logo" src="/icon.svg" alt="MemOS Cloud OpenClaw Plugin icon" />
43
- <h1 id="heroTitle">MemOS Cloud OpenClaw Plugin Config</h1>
44
- </div>
45
- <p class="subtitle" id="heroSubtitle">
46
- This page reads and writes <code>plugins.entries.__PLUGIN_ID__.config</code> from the active gateway
47
- config file, and keeps the form in sync with on-disk changes.
48
- </p>
49
- <div class="status-row" id="statusRow"></div>
50
- <div class="meta-row" id="metaRow"></div>
51
- <div class="banner" id="banner"></div>
52
- </div>
53
- <div class="hero-actions">
54
- <div class="panel">
55
- <h2 id="activeConfigTitle">Active Config File</h2>
56
- <p class="muted" id="activeConfigText">The page automatically follows the current runtime profile and local config path.</p>
57
- <div class="path-box-row">
58
- <div class="path-box" id="pathBox"></div>
59
- <button class="icon-button" id="copyPathButton" type="button" aria-label="Copy Config Path" title="Copy Config Path">
60
- <span aria-hidden="true">⧉</span>
61
- </button>
62
- </div>
63
- <div class="button-row">
64
- <button class="btn btn-primary" id="saveButton">Save Config</button>
65
- <button class="btn btn-secondary" id="reloadButton">Reload From Disk</button>
66
- </div>
67
- </div>
68
- <div class="panel">
69
- <h2 id="editingModelTitle">Editing Model</h2>
70
- <p class="muted" id="editingModelText">
71
- Known plugin fields are rendered as typed controls. Unknown keys stay in the extra JSON section so
72
- future custom fields are not lost.
73
- </p>
74
- </div>
75
- </div>
76
- </div>
77
- </section>
78
- <main class="layout" id="layout"></main>
79
- <aside class="floating-tools" id="floatingTools">
80
- <div class="floating-nav-card">
81
- <div class="floating-nav-head">
82
- <span id="floatingNavLabel">Sections</span>
83
- <button class="floating-toggle" id="floatingToggleButton" type="button" aria-expanded="true" aria-controls="floatingNav" title="Collapse Navigation">
84
- <span class="floating-toggle-icon" aria-hidden="true">⇤</span>
85
- </button>
86
- </div>
87
- <div class="floating-nav" id="floatingNav"></div>
88
- </div>
89
- </aside>
90
- </div>
91
-
92
- <button class="back-top-button" id="backTopButton" type="button" aria-label="Back To Top" title="Back To Top">
93
- <span aria-hidden="true">↑</span>
94
- </button>
95
-
96
- <div class="overlay" id="overlay">
97
- <div class="overlay-card">
98
- <h4 id="overlayTitle">Restarting gateway</h4>
99
- <p id="overlayText">
100
- Restart requested. Refresh this page in a few seconds if it does not recover automatically.
101
- </p>
102
- <div class="overlay-actions">
103
- <button class="icon-button overlay-refresh-button" id="overlayRefreshButton" type="button" aria-label="Refresh Page" title="Refresh Page">
104
- <span aria-hidden="true">↻</span>
105
- </button>
106
- </div>
107
- </div>
108
- </div>
109
-
110
- <script src="__APP_JS_URL__"></script>
111
- </body>
112
- </html>
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>MemOS Plugin Config</title>
7
+ <link rel="icon" type="image/svg+xml" href="/icon.svg" />
8
+ <link rel="stylesheet" href="/app.css" />
9
+ </head>
10
+ <body>
11
+ <div class="shell">
12
+ <section class="hero">
13
+ <div class="hero-grid">
14
+ <div>
15
+ <div class="hero-top">
16
+ <span class="eyebrow" id="eyebrowText">
17
+ <img class="eyebrow-icon" src="/icon.svg" alt="" aria-hidden="true" />
18
+ <span>MemOS Plugin Config UI</span>
19
+ </span>
20
+ <div class="lang-switch">
21
+ <span class="lang-label" id="langLabel">Language</span>
22
+ <div class="lang-dropdown" id="languageDropdown">
23
+ <button
24
+ class="lang-select"
25
+ id="languageSelectButton"
26
+ type="button"
27
+ aria-haspopup="listbox"
28
+ aria-expanded="false"
29
+ aria-labelledby="langLabel languageSelectButton"
30
+ >
31
+ <span class="lang-select-text" id="languageSelectText">Auto</span>
32
+ </button>
33
+ <div class="lang-menu" id="languageMenu" role="listbox" aria-labelledby="langLabel">
34
+ <button class="lang-option" id="languageOptionAuto" type="button" role="option" data-language="auto">Auto</button>
35
+ <button class="lang-option" id="languageOptionEn" type="button" role="option" data-language="en">EN</button>
36
+ <button class="lang-option" id="languageOptionZh" type="button" role="option" data-language="zh">中文</button>
37
+ </div>
38
+ </div>
39
+ </div>
40
+ </div>
41
+ <div class="hero-title-row">
42
+ <img class="hero-logo" src="/icon.svg" alt="MemOS Cloud OpenClaw Plugin icon" />
43
+ <h1 id="heroTitle">MemOS Cloud OpenClaw Plugin Config</h1>
44
+ </div>
45
+ <p class="subtitle" id="heroSubtitle">
46
+ This page reads and writes <code>plugins.entries.__PLUGIN_ID__.config</code> from the active gateway
47
+ config file, and keeps the form in sync with on-disk changes.
48
+ </p>
49
+ <div class="status-row" id="statusRow"></div>
50
+ <div class="meta-row" id="metaRow"></div>
51
+ <div class="banner" id="banner"></div>
52
+ </div>
53
+ <div class="hero-actions">
54
+ <div class="panel">
55
+ <h2 id="activeConfigTitle">Active Config File</h2>
56
+ <p class="muted" id="activeConfigText">The page automatically follows the current runtime profile and local config path.</p>
57
+ <div class="path-box-row">
58
+ <div class="path-box" id="pathBox"></div>
59
+ <button class="icon-button" id="copyPathButton" type="button" aria-label="Copy Config Path" title="Copy Config Path">
60
+ <span aria-hidden="true">⧉</span>
61
+ </button>
62
+ </div>
63
+ <div class="button-row">
64
+ <button class="btn btn-primary" id="saveButton">Save Config</button>
65
+ <button class="btn btn-secondary" id="reloadButton">Reload From Disk</button>
66
+ </div>
67
+ </div>
68
+ <div class="panel">
69
+ <h2 id="editingModelTitle">Editing Model</h2>
70
+ <p class="muted" id="editingModelText">
71
+ Known plugin fields are rendered as typed controls. Unknown keys stay in the extra JSON section so
72
+ future custom fields are not lost.
73
+ </p>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </section>
78
+ <main class="layout" id="layout"></main>
79
+ <aside class="floating-tools" id="floatingTools">
80
+ <div class="floating-nav-card">
81
+ <div class="floating-nav-head">
82
+ <span id="floatingNavLabel">Sections</span>
83
+ <button class="floating-toggle" id="floatingToggleButton" type="button" aria-expanded="true" aria-controls="floatingNav" title="Collapse Navigation">
84
+ <span class="floating-toggle-icon" aria-hidden="true">⇤</span>
85
+ </button>
86
+ </div>
87
+ <div class="floating-nav" id="floatingNav"></div>
88
+ </div>
89
+ </aside>
90
+ </div>
91
+
92
+ <button class="back-top-button" id="backTopButton" type="button" aria-label="Back To Top" title="Back To Top">
93
+ <span aria-hidden="true">↑</span>
94
+ </button>
95
+
96
+ <div class="overlay" id="overlay">
97
+ <div class="overlay-card">
98
+ <h4 id="overlayTitle">Restarting gateway</h4>
99
+ <p id="overlayText">
100
+ Restart requested. Refresh this page in a few seconds if it does not recover automatically.
101
+ </p>
102
+ <div class="overlay-actions">
103
+ <button class="icon-button overlay-refresh-button" id="overlayRefreshButton" type="button" aria-label="Refresh Page" title="Refresh Page">
104
+ <span aria-hidden="true">↻</span>
105
+ </button>
106
+ </div>
107
+ </div>
108
+ </div>
109
+
110
+ <script src="__APP_JS_URL__"></script>
111
+ </body>
112
+ </html>