@yeaft/webchat-agent 1.0.404 → 1.0.405
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.
- package/local-runtime/version.json +1 -1
- package/local-runtime/web/app.bundle.js +11 -5
- package/local-runtime/web/app.bundle.js.gz +0 -0
- package/local-runtime/web/index.html +2 -2
- package/local-runtime/web/style.bundle.css +1 -1
- package/local-runtime/web/style.bundle.css.gz +0 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.0.
|
|
1
|
+
{"version":"1.0.405"}
|
|
@@ -2296,7 +2296,7 @@ ${String(e||"").trim()}
|
|
|
2296
2296
|
:aria-label="$t('files.hideTree')"
|
|
2297
2297
|
aria-expanded="true"
|
|
2298
2298
|
>
|
|
2299
|
-
<svg viewBox="0 0 24 24" width="14" height="14" aria-hidden="true"><path fill="currentColor" d="
|
|
2299
|
+
<svg viewBox="0 0 24 24" width="14" height="14" aria-hidden="true"><path fill="currentColor" d="M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg>
|
|
2300
2300
|
</button>
|
|
2301
2301
|
</div>
|
|
2302
2302
|
<!-- VS Code \u98CE\u683C Header: \u6B63\u5E38\u6A21\u5F0F -->
|
|
@@ -2332,7 +2332,7 @@ ${String(e||"").trim()}
|
|
|
2332
2332
|
:aria-label="$t('files.hideTree')"
|
|
2333
2333
|
aria-expanded="true"
|
|
2334
2334
|
>
|
|
2335
|
-
<svg viewBox="0 0 24 24" width="14" height="14" aria-hidden="true"><path fill="currentColor" d="
|
|
2335
|
+
<svg viewBox="0 0 24 24" width="14" height="14" aria-hidden="true"><path fill="currentColor" d="M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg>
|
|
2336
2336
|
</button>
|
|
2337
2337
|
</div>
|
|
2338
2338
|
</div>
|
|
@@ -2750,9 +2750,15 @@ ${String(e||"").trim()}
|
|
|
2750
2750
|
Files
|
|
2751
2751
|
</button>
|
|
2752
2752
|
<div class="wb-tab-spacer"></div>
|
|
2753
|
-
<button
|
|
2754
|
-
|
|
2755
|
-
|
|
2753
|
+
<button
|
|
2754
|
+
type="button"
|
|
2755
|
+
class="wb-tab-action workbench-maximize-btn"
|
|
2756
|
+
@click="store.toggleWorkbenchMaximized()"
|
|
2757
|
+
:title="store.workbenchMaximized ? $t('workbench.restore') : $t('workbench.maximize')"
|
|
2758
|
+
:aria-label="store.workbenchMaximized ? $t('workbench.restore') : $t('workbench.maximize')"
|
|
2759
|
+
>
|
|
2760
|
+
<svg v-if="!store.workbenchMaximized" viewBox="0 0 24 24" width="18" height="18" aria-hidden="true"><path fill="currentColor" d="M7 14H5v5h5v-2H7v-3zM5 10h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/></svg>
|
|
2761
|
+
<svg v-else viewBox="0 0 24 24" width="18" height="18" aria-hidden="true"><path fill="currentColor" d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"/></svg>
|
|
2756
2762
|
</button>
|
|
2757
2763
|
<button class="wb-tab-action" @click="store.toggleWorkbench()" :title="$t('workbench.collapse')">
|
|
2758
2764
|
<svg viewBox="0 0 24 24" width="18" height="18"><path fill="currentColor" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
|
|
Binary file
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
|
|
6
6
|
<title>Yeaft</title>
|
|
7
7
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' rx='8' fill='%232c2c2c'/><path d='M16 22V13M16 13L10 8M16 13L22 8' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/><circle cx='10' cy='8' r='2.4' fill='white'/><circle cx='22' cy='8' r='2.4' fill='white'/><circle cx='16' cy='22' r='2.4' fill='white'/></svg>">
|
|
8
|
-
<link rel="stylesheet" href="style.bundle.css?v=
|
|
8
|
+
<link rel="stylesheet" href="style.bundle.css?v=6bbf39e3">
|
|
9
9
|
<script src="vendor.bundle.js?v=103fd8e7"></script>
|
|
10
10
|
<script defer src="jszip.min.js"></script>
|
|
11
11
|
<script defer src="docx-preview.min.js"></script>
|
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
</head>
|
|
17
17
|
<body>
|
|
18
18
|
<div id="app"></div>
|
|
19
|
-
<script type="module" src="app.bundle.js?v=
|
|
19
|
+
<script type="module" src="app.bundle.js?v=80b46c0a"></script>
|
|
20
20
|
</body>
|
|
21
21
|
</html>
|