@nebulars/sseengine 1.3.45 → 1.3.47

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nebulars/sseengine",
3
3
  "description": "An engine for sse",
4
- "version": "1.3.45",
4
+ "version": "1.3.47",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
7
7
  "dev": "forage serve --name sseengine",
@@ -4,6 +4,14 @@
4
4
  position: relative;
5
5
  }
6
6
 
7
+ &-modify {
8
+ font-weight: bold;
9
+
10
+ span {
11
+ margin-left: 4px;
12
+ }
13
+ }
14
+
7
15
  &-mask {
8
16
  top: 0;
9
17
  left: 0;
@@ -112,6 +120,13 @@
112
120
  <!-- Menus Mask -->
113
121
  <!-- <div class="fqa-menus-mask" v-if="sseengine.produce"></div> -->
114
122
 
123
+ <fqa-gap />
124
+
125
+ <div class="fqa-menus-modify" v-if="menus.length">
126
+ <fqa-icon icon="FieldTimeOutlined" />
127
+ <span>历史对话</span>
128
+ </div>
129
+
115
130
  <!-- Menus Group -->
116
131
  <a-menu-item-group class="popover-modify" v-for="{ key, label, children } of menus" :key="key" :title="label">
117
132
  <!-- Menus Item -->
@@ -137,7 +137,7 @@ export default (proxy = {}) => {
137
137
 
138
138
  const actions = {
139
139
  async CLEAN() {
140
- const { info, attach, prompt, select, produce } = reset;
140
+ const { info, attach, prompt, select, produce, menus } = reset;
141
141
  return {
142
142
  info,
143
143
  attach,