@blueking/ai-ui-sdk 0.4.3-beta.6 → 0.4.3-beta.7
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/dist/components/{render-card/agent/actions.script.vue.js.js → render-agent/action/index.script.vue.js.js} +33 -9
- package/dist/components/{render-card/agent/actions.vue.d.ts → render-agent/action/index.vue.d.ts} +1 -0
- package/dist/components/render-agent/action/index.vue.js +3 -0
- package/dist/components/render-agent/agent-share.script.vue.js.js +8 -5
- package/dist/components/render-agent/agent-share.vue.d.ts +1 -0
- package/dist/components/render-agent/agent-type.vue.css +3 -3
- package/dist/components/render-agent/agent-type.vue.d.ts +1 -1
- package/dist/components/render-agent/agent-type.vue.js +1 -1
- package/dist/components/render-auth/auth-dialog.script.vue.js.js +6 -3
- package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
- package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
- package/dist/components/render-auto-refresh/index.vue.css +8 -8
- package/dist/components/render-auto-refresh/index.vue.js +1 -1
- package/dist/components/render-card/agent/index.script.vue.js.js +55 -22
- package/dist/components/render-card/agent/index.vue.d.ts +3 -1
- package/dist/components/render-card/agent/prefix-info-tool.vue.css +5 -5
- package/dist/components/render-card/agent/prefix-info-tool.vue.js +1 -1
- package/dist/components/render-card/base/application-base-actions.script.vue.js.js +1 -1
- package/dist/components/render-card/base/collection-icon.script.vue.js.js +149 -0
- package/dist/components/render-card/base/collection-icon.vue.d.ts +20 -0
- package/dist/components/render-card/base/collection-icon.vue.js +3 -0
- package/dist/components/render-card/base.vue.css +12 -12
- package/dist/components/render-card/base.vue.js +1 -1
- package/dist/components/render-card/llm/corner-badge.vue.css +3 -3
- package/dist/components/render-card/llm/corner-badge.vue.js +1 -1
- package/dist/components/render-card/llm/icons.vue.css +2 -2
- package/dist/components/render-card/llm/icons.vue.js +1 -1
- package/dist/components/render-card/llm/info.vue.css +1 -1
- package/dist/components/render-card/llm/info.vue.js +1 -1
- package/dist/components/render-card/llm/tag-prefix.vue.css +3 -3
- package/dist/components/render-card/llm/tag-prefix.vue.js +1 -1
- package/dist/components/render-card/mcp/actions.script.vue.js.js +34 -7
- package/dist/components/render-card/mcp/actions.vue.d.ts +1 -0
- package/dist/components/render-card/mcp/index.script.vue.js.js +34 -3
- package/dist/components/render-card/mcp/index.vue.d.ts +4 -2
- package/dist/components/render-card/mcp/name-suffix.vue.css +2 -2
- package/dist/components/render-card/mcp/name-suffix.vue.js +1 -1
- package/dist/components/render-card/prompt/icons.vue.css +1 -1
- package/dist/components/render-card/prompt/icons.vue.js +1 -1
- package/dist/components/render-card/prompt/index.script.vue.js.js +48 -14
- package/dist/components/render-card/prompt/index.vue.d.ts +3 -1
- package/dist/components/render-card/role/index.script.vue.js.js +53 -20
- package/dist/components/render-card/role/index.vue.d.ts +3 -1
- package/dist/components/render-card/skill/index.script.vue.js.js +58 -24
- package/dist/components/render-card/skill/index.vue.d.ts +8 -4
- package/dist/components/render-card/skill/scanner.script.vue.js.js +66 -0
- package/dist/components/render-card/skill/{tag-prefix.vue.css → scanner.vue.css} +3 -3
- package/dist/components/render-card/skill/scanner.vue.d.ts +11 -0
- package/dist/components/render-card/skill/scanner.vue.js +5 -0
- package/dist/components/render-card/skill/tag-prefix.script.vue.js.js +11 -50
- package/dist/components/render-card/skill/tag-prefix.vue.js +0 -2
- package/dist/components/render-card/tool/actions.script.vue.js.js +25 -4
- package/dist/components/render-card/tool/actions.vue.d.ts +1 -0
- package/dist/components/render-card/tool/index.script.vue.js.js +53 -20
- package/dist/components/render-card/tool/index.vue.d.ts +3 -1
- package/dist/components/render-checkbox/index.vue.css +9 -9
- package/dist/components/render-checkbox/index.vue.js +1 -1
- package/dist/components/render-choose-tag/index.vue.css +7 -7
- package/dist/components/render-choose-tag/index.vue.js +1 -1
- package/dist/components/render-collapse/index.vue.css +2 -2
- package/dist/components/render-collapse/index.vue.js +1 -1
- package/dist/components/render-collection/actions/index.script.vue.js.js +22 -4
- package/dist/components/render-collection/actions/index.vue.d.ts +1 -0
- package/dist/components/render-collection/content/index.vue.css +4 -4
- package/dist/components/render-collection/content/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.css +3 -3
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +1 -1
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
- package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset/index.vue.css +1 -1
- package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
- package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
- package/dist/components/render-dataset-list/components/main.vue.css +3 -3
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/index.vue.css +2 -2
- package/dist/components/render-dataset-list/index.vue.js +1 -1
- package/dist/components/render-dialog/choose-resource.vue.css +3 -3
- package/dist/components/render-dialog/choose-resource.vue.js +1 -1
- package/dist/components/render-dialog/choose-result.vue.css +14 -14
- package/dist/components/render-dialog/choose-result.vue.js +1 -1
- package/dist/components/render-dialog/choose-space.script.vue.js.js +10 -10
- package/dist/components/render-dialog/choose-space.vue.css +10 -10
- package/dist/components/render-dialog/choose-space.vue.js +1 -1
- package/dist/components/render-dialog/index.vue.css +6 -6
- package/dist/components/render-dialog/index.vue.js +1 -1
- package/dist/components/render-dropdown/index.vue.d.ts +5 -5
- package/dist/components/render-file-card/index.vue.css +11 -11
- package/dist/components/render-file-card/index.vue.js +1 -1
- package/dist/components/render-file-type-icon/index.vue.css +6 -6
- package/dist/components/render-file-type-icon/index.vue.js +1 -1
- package/dist/components/render-generate-tag/index.vue.css +5 -5
- package/dist/components/render-generate-tag/index.vue.d.ts +1 -1
- package/dist/components/render-generate-tag/index.vue.js +1 -1
- package/dist/components/render-knowledge/icon/index.vue.css +1 -1
- package/dist/components/render-knowledge/icon/index.vue.js +1 -1
- package/dist/components/render-markdown/edit.d.ts +1 -1
- package/dist/components/render-markdown/view.d.ts +1 -1
- package/dist/components/render-prompt/actions/index.script.vue.js.js +22 -4
- package/dist/components/render-prompt/actions/index.vue.d.ts +1 -0
- package/dist/components/render-prompt/content/index.vue.css +1 -1
- package/dist/components/render-prompt/content/index.vue.js +1 -1
- package/dist/components/render-reference/index.vue.css +2 -2
- package/dist/components/render-reference/index.vue.js +1 -1
- package/dist/components/render-relate-agent/index.script.vue.js +8 -6
- package/dist/components/render-relate-agent/index.vue.d.ts +2 -2
- package/dist/components/render-resource-version/index.vue.css +2 -2
- package/dist/components/render-resource-version/index.vue.d.ts +1 -1
- package/dist/components/render-resource-version/index.vue.js +1 -1
- package/dist/components/render-router-tab/index.vue.css +3 -3
- package/dist/components/render-router-tab/index.vue.js +1 -1
- package/dist/components/render-search-empty/index.script.vue.js.js +3 -2
- package/dist/components/render-select-plus-extension/index.vue.css +3 -3
- package/dist/components/render-select-plus-extension/index.vue.js +1 -1
- package/dist/components/render-skill/actions/index.script.vue.js.js +37 -7
- package/dist/components/render-skill/actions/index.vue.d.ts +3 -2
- package/dist/components/render-t-table/index.script.vue.js +8 -5
- package/dist/components/render-t-table/index.vue.css +27 -27
- package/dist/components/render-t-table/index.vue.js +1 -1
- package/dist/components/render-tag-tree/index.vue.css +7 -7
- package/dist/components/render-tag-tree/index.vue.js +1 -1
- package/dist/components/render-tags/index.script.vue.js +6 -6
- package/dist/components/render-tags/index.vue.css +6 -6
- package/dist/components/render-tags/index.vue.d.ts +1 -1
- package/dist/components/render-tags/index.vue.js +1 -1
- package/dist/components.d.ts +12 -1
- package/dist/components.ts.js +12 -1
- package/dist/css/g-utilities.css +12 -0
- package/dist/css/g-utilities.manifest.json +3 -0
- package/dist/hooks/use-agent-http.d.ts +2 -0
- package/dist/hooks/use-agent-http.ts.js +15 -1
- package/dist/hooks/use-collection-http.d.ts +2 -0
- package/dist/hooks/use-collection-http.ts.js +15 -1
- package/dist/hooks/use-market-http.d.ts +10 -0
- package/dist/hooks/use-market-http.ts.js +71 -1
- package/dist/hooks/use-mcp-http.d.ts +2 -0
- package/dist/hooks/use-mcp-http.ts.js +15 -1
- package/dist/hooks/use-prompt-http.d.ts +2 -0
- package/dist/hooks/use-prompt-http.ts.js +15 -1
- package/dist/hooks/use-skill-http.d.ts +2 -0
- package/dist/hooks/use-skill-http.ts.js +15 -1
- package/dist/hooks/use-t-table.d.ts +11 -5
- package/dist/hooks/use-t-table.ts.js +25 -3
- package/dist/hooks/use-tool-http.d.ts +2 -0
- package/dist/hooks/use-tool-http.ts.js +15 -1
- package/dist/http/helper/agent.ts.js +2 -1
- package/dist/http/helper/collection.ts.js +2 -1
- package/dist/http/helper/common.d.ts +1 -1
- package/dist/http/helper/common.ts.js +4 -0
- package/dist/http/helper/mcp.ts.js +6 -2
- package/dist/http/helper/prompt.ts.js +2 -1
- package/dist/http/helper/skill.ts.js +4 -0
- package/dist/http/helper/tool.ts.js +6 -2
- package/dist/types/agent.d.ts +3 -1
- package/dist/types/collection.d.ts +3 -1
- package/dist/types/common.d.ts +4 -0
- package/dist/types/enum.d.ts +4 -1
- package/dist/types/enum.ts.js +3 -0
- package/dist/types/mcp.d.ts +4 -0
- package/dist/types/prompt.d.ts +3 -1
- package/dist/types/skill.d.ts +4 -0
- package/dist/types/tool.d.ts +4 -0
- package/package.json +1 -1
- package/dist/components/render-card/agent/actions.vue.js +0 -3
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
2
|
+
try {
|
|
3
|
+
var info = gen[key](arg);
|
|
4
|
+
var value = info.value;
|
|
5
|
+
} catch (error) {
|
|
6
|
+
reject(error);
|
|
7
|
+
return;
|
|
8
|
+
}
|
|
9
|
+
if (info.done) {
|
|
10
|
+
resolve(value);
|
|
11
|
+
} else {
|
|
12
|
+
Promise.resolve(value).then(_next, _throw);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
function _async_to_generator(fn) {
|
|
16
|
+
return function() {
|
|
17
|
+
var self = this, args = arguments;
|
|
18
|
+
return new Promise(function(resolve, reject) {
|
|
19
|
+
var gen = fn.apply(self, args);
|
|
20
|
+
function _next(value) {
|
|
21
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
22
|
+
}
|
|
23
|
+
function _throw(err) {
|
|
24
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
25
|
+
}
|
|
26
|
+
_next(undefined);
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
31
|
+
import { unref as _unref, withModifiers as _withModifiers, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, resolveComponent as _resolveComponent, resolveDirective as _resolveDirective, withCtx as _withCtx, createBlock as _createBlock, withDirectives as _withDirectives } from "vue";
|
|
32
|
+
import { ref, toRef } from 'vue';
|
|
33
|
+
import { useAgentHttp } from '../../../hooks/use-agent-http.ts.js';
|
|
34
|
+
import { useMarketHttp } from '../../../hooks/use-market-http.ts.js';
|
|
35
|
+
import { useMcpHttp } from '../../../hooks/use-mcp-http.ts.js';
|
|
36
|
+
import { useSkillHttp } from '../../../hooks/use-skill-http.ts.js';
|
|
37
|
+
import { useToolHttp } from '../../../hooks/use-tool-http.ts.js';
|
|
38
|
+
import { useCollectionHttp, usePromptHttp } from '../../../https.ts.js';
|
|
39
|
+
import { Module, ResourceCardType } from '../../../types/enum.ts.js';
|
|
40
|
+
export default /*@__PURE__*/ _defineComponent({
|
|
41
|
+
props: {
|
|
42
|
+
favorite: {
|
|
43
|
+
type: Boolean
|
|
44
|
+
},
|
|
45
|
+
favoriteCount: {},
|
|
46
|
+
type: {},
|
|
47
|
+
showCount: {
|
|
48
|
+
type: Boolean
|
|
49
|
+
},
|
|
50
|
+
id: {},
|
|
51
|
+
module: {},
|
|
52
|
+
apiPrefix: {},
|
|
53
|
+
spaceId: {}
|
|
54
|
+
},
|
|
55
|
+
emits: [
|
|
56
|
+
"success-favorite",
|
|
57
|
+
"success-cancel-favorite"
|
|
58
|
+
],
|
|
59
|
+
setup (__props, { emit: __emit }) {
|
|
60
|
+
const props = __props;
|
|
61
|
+
const emits = __emit;
|
|
62
|
+
const { addMarketSkillFavorite, removeMarketSkillFavorite, addMarketToolFavorite, removeMarketToolFavorite, addMarketAgentFavorite, removeMarketAgentFavorite, addMarketCollectionFavorite, removeMarketCollectionFavorite, addMarketPromptFavorite, removeMarketPromptFavorite } = useMarketHttp(props.apiPrefix, toRef(props, 'spaceId'));
|
|
63
|
+
const { addMcpFavorite, removeMcpFavorite } = useMcpHttp(props.apiPrefix, toRef(props, 'spaceId'));
|
|
64
|
+
const { addSkillFavorite, removeSkillFavorite } = useSkillHttp(props.apiPrefix, toRef(props, 'spaceId'));
|
|
65
|
+
const { addToolFavorite, removeToolFavorite } = useToolHttp(props.apiPrefix, toRef(props, 'spaceId'));
|
|
66
|
+
const { addAgentFavorite, removeAgentFavorite } = useAgentHttp(props.apiPrefix, toRef(props, 'spaceId'));
|
|
67
|
+
const { addPromptFavorite, removePromptFavorite } = usePromptHttp(props.apiPrefix, toRef(props, 'spaceId'));
|
|
68
|
+
const { addCollectionFavorite, removeCollectionFavorite } = useCollectionHttp(props.apiPrefix, toRef(props, 'spaceId'));
|
|
69
|
+
const loading = ref(false);
|
|
70
|
+
const handleClick = function() {
|
|
71
|
+
var _ref = _async_to_generator(function*() {
|
|
72
|
+
if (loading.value || !props.id) return;
|
|
73
|
+
const isMarket = props.type === ResourceCardType.Market;
|
|
74
|
+
const favoriteMap = {
|
|
75
|
+
[Module.Skill]: props.favorite ? isMarket ? removeMarketSkillFavorite : removeSkillFavorite : isMarket ? addMarketSkillFavorite : addSkillFavorite,
|
|
76
|
+
[Module.Tool]: props.favorite ? isMarket ? removeMarketToolFavorite : removeToolFavorite : isMarket ? addMarketToolFavorite : addToolFavorite,
|
|
77
|
+
[Module.Mcp]: props.favorite ? removeMcpFavorite : addMcpFavorite,
|
|
78
|
+
[Module.Agent]: props.favorite ? isMarket ? removeMarketAgentFavorite : removeAgentFavorite : isMarket ? addMarketAgentFavorite : addAgentFavorite,
|
|
79
|
+
[Module.Prompt]: props.favorite ? isMarket ? removeMarketPromptFavorite : removePromptFavorite : isMarket ? addMarketPromptFavorite : addPromptFavorite,
|
|
80
|
+
[Module.Collection]: props.favorite ? isMarket ? removeMarketCollectionFavorite : removeCollectionFavorite : isMarket ? addMarketCollectionFavorite : addCollectionFavorite
|
|
81
|
+
};
|
|
82
|
+
try {
|
|
83
|
+
var _favoriteMap_props_module;
|
|
84
|
+
loading.value = true;
|
|
85
|
+
yield (_favoriteMap_props_module = favoriteMap[props.module]) === null || _favoriteMap_props_module === void 0 ? void 0 : _favoriteMap_props_module.call(favoriteMap, props.id);
|
|
86
|
+
emits(props.favorite ? 'success-cancel-favorite' : 'success-favorite');
|
|
87
|
+
} finally{
|
|
88
|
+
loading.value = false;
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
return function handleClick() {
|
|
92
|
+
return _ref.apply(this, arguments);
|
|
93
|
+
};
|
|
94
|
+
}();
|
|
95
|
+
return (_ctx, _cache)=>{
|
|
96
|
+
const _component_bk_loading = _resolveComponent("bk-loading");
|
|
97
|
+
const _directive_bk_tooltips = _resolveDirective("bk-tooltips");
|
|
98
|
+
return props.type !== _unref(ResourceCardType).Application ? _withDirectives((_openBlock(), _createBlock(_component_bk_loading, {
|
|
99
|
+
key: 0,
|
|
100
|
+
class: _normalizeClass([
|
|
101
|
+
'g-flex-row !g-cursor-pointer',
|
|
102
|
+
{
|
|
103
|
+
'!g-mr-12': props.showCount
|
|
104
|
+
},
|
|
105
|
+
props.favorite ? 'g-text-fc943b hover:g-text-e38b02' : 'g-text-gray hover:g-text-normal'
|
|
106
|
+
]),
|
|
107
|
+
loading: loading.value,
|
|
108
|
+
mode: "spin",
|
|
109
|
+
size: "mini",
|
|
110
|
+
theme: "primary"
|
|
111
|
+
}, {
|
|
112
|
+
default: _withCtx(()=>{
|
|
113
|
+
var _props_favoriteCount;
|
|
114
|
+
return [
|
|
115
|
+
_createElementVNode("i", {
|
|
116
|
+
class: _normalizeClass([
|
|
117
|
+
'ai-ui-sdk-icon g-text-16',
|
|
118
|
+
{
|
|
119
|
+
'g-mr-4': props.showCount
|
|
120
|
+
},
|
|
121
|
+
props.favorite ? 'ai-ui-sdk-favorite g-text-fc943b hover:g-text-e38b02' : 'ai-ui-sdk-weishoucang g-text-gray hover:g-text-f59500'
|
|
122
|
+
]),
|
|
123
|
+
onClick: _withModifiers(handleClick, [
|
|
124
|
+
"stop"
|
|
125
|
+
])
|
|
126
|
+
}, null, 2 /* CLASS */ ),
|
|
127
|
+
props.showCount ? (_openBlock(), _createElementBlock(_Fragment, {
|
|
128
|
+
key: 0
|
|
129
|
+
}, [
|
|
130
|
+
_createTextVNode(_toDisplayString((_props_favoriteCount = props.favoriteCount) !== null && _props_favoriteCount !== void 0 ? _props_favoriteCount : 0), 1 /* TEXT */ )
|
|
131
|
+
], 64 /* STABLE_FRAGMENT */ )) : _createCommentVNode("v-if", true)
|
|
132
|
+
];
|
|
133
|
+
}),
|
|
134
|
+
_: 1 /* STABLE */
|
|
135
|
+
}, 8 /* PROPS */ , [
|
|
136
|
+
"class",
|
|
137
|
+
"loading"
|
|
138
|
+
])), [
|
|
139
|
+
[
|
|
140
|
+
_directive_bk_tooltips,
|
|
141
|
+
{
|
|
142
|
+
content: props.favorite ? '取消收藏' : '添加收藏',
|
|
143
|
+
placement: 'top'
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
]) : _createCommentVNode("v-if", true);
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Module, ResourceCardType } from '@/types/enum';
|
|
2
|
+
interface IProps {
|
|
3
|
+
favorite?: boolean;
|
|
4
|
+
favoriteCount?: number;
|
|
5
|
+
type: ResourceCardType;
|
|
6
|
+
showCount: boolean;
|
|
7
|
+
id?: number;
|
|
8
|
+
module: Module;
|
|
9
|
+
apiPrefix: string;
|
|
10
|
+
spaceId?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
|
+
"success-favorite": () => any;
|
|
14
|
+
"success-cancel-favorite": () => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
16
|
+
"onSuccess-favorite"?: () => any;
|
|
17
|
+
"onSuccess-cancel-favorite"?: () => any;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
20
|
+
export default _default;
|
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
|
|
2
|
-
.resource-card-home[data-v-
|
|
2
|
+
.resource-card-home[data-v-feoejxkq] {
|
|
3
3
|
background: #FFFFFF;
|
|
4
4
|
}
|
|
5
|
-
.resource-card-home .resource-card-sub-name[data-v-
|
|
5
|
+
.resource-card-home .resource-card-sub-name[data-v-feoejxkq] {
|
|
6
6
|
margin-right: -4px;
|
|
7
7
|
}
|
|
8
|
-
.resource-card-home.full[data-v-
|
|
8
|
+
.resource-card-home.full[data-v-feoejxkq], .resource-card-home.application[data-v-feoejxkq], .resource-card-home.market[data-v-feoejxkq] {
|
|
9
9
|
padding: 16px 16px 0;
|
|
10
10
|
box-shadow: 0 2px 4px 0 #0000000d;
|
|
11
11
|
border-radius: 8px;
|
|
12
12
|
}
|
|
13
|
-
.resource-card-home.full[data-v-
|
|
13
|
+
.resource-card-home.full[data-v-feoejxkq]:hover, .resource-card-home.application[data-v-feoejxkq]:hover, .resource-card-home.market[data-v-feoejxkq]:hover {
|
|
14
14
|
box-shadow: 0 2px 10px 0 #0000001f;
|
|
15
15
|
}
|
|
16
|
-
.resource-card-home.full .resource-card-name[data-v-
|
|
16
|
+
.resource-card-home.full .resource-card-name[data-v-feoejxkq], .resource-card-home.application .resource-card-name[data-v-feoejxkq], .resource-card-home.market .resource-card-name[data-v-feoejxkq] {
|
|
17
17
|
font-size: 14px;
|
|
18
18
|
color: #313238;
|
|
19
19
|
font-weight: bold;
|
|
20
20
|
}
|
|
21
|
-
.resource-card-home.full .resource-card-description[data-v-
|
|
21
|
+
.resource-card-home.full .resource-card-description[data-v-feoejxkq], .resource-card-home.application .resource-card-description[data-v-feoejxkq], .resource-card-home.market .resource-card-description[data-v-feoejxkq] {
|
|
22
22
|
color: #4D4F56;
|
|
23
23
|
height: 60px;
|
|
24
24
|
white-space: pre-wrap;
|
|
25
25
|
word-break: break-all;
|
|
26
26
|
}
|
|
27
|
-
.resource-card-home.choose[data-v-
|
|
27
|
+
.resource-card-home.choose[data-v-feoejxkq] {
|
|
28
28
|
padding: 10px 12px 0;
|
|
29
29
|
border: 1px solid #DCDEE5;
|
|
30
30
|
border-radius: 4px;
|
|
31
31
|
}
|
|
32
|
-
.resource-card-home.choose .resource-card-name[data-v-
|
|
32
|
+
.resource-card-home.choose .resource-card-name[data-v-feoejxkq] {
|
|
33
33
|
font-size: 14px;
|
|
34
34
|
color: #000000;
|
|
35
35
|
font-weight: bold;
|
|
36
36
|
}
|
|
37
|
-
.resource-card-home.choose .resource-card-description[data-v-
|
|
37
|
+
.resource-card-home.choose .resource-card-description[data-v-feoejxkq] {
|
|
38
38
|
color: #4D4F56;
|
|
39
39
|
height: 20px;
|
|
40
40
|
}
|
|
41
|
-
.resource-card-home.info[data-v-
|
|
41
|
+
.resource-card-home.info[data-v-feoejxkq],.resource-card-home.record[data-v-feoejxkq] {
|
|
42
42
|
padding: 10px 12px;
|
|
43
43
|
border: 1px solid #DCDEE5;
|
|
44
44
|
border-radius: 4px;
|
|
45
45
|
}
|
|
46
|
-
.resource-card-home.info .resource-card-name[data-v-
|
|
46
|
+
.resource-card-home.info .resource-card-name[data-v-feoejxkq], .resource-card-home.record .resource-card-name[data-v-feoejxkq] {
|
|
47
47
|
font-size: 12px;
|
|
48
48
|
color: #313238;
|
|
49
49
|
}
|
|
50
|
-
.resource-card-actions[data-v-
|
|
50
|
+
.resource-card-actions[data-v-feoejxkq] {
|
|
51
51
|
border-top: 1px solid #F5F7FA;
|
|
52
52
|
height: 58px;
|
|
53
53
|
gap: 0 8px;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.llm-corner-badge[data-v-
|
|
2
|
+
.llm-corner-badge[data-v-ktzyn9mk] {
|
|
3
3
|
top: 0;
|
|
4
4
|
right: 0;
|
|
5
5
|
width: 48px;
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
clip-path: polygon(100% 0, 0 0, 100% 100%);
|
|
9
9
|
border-radius: 0 8px;
|
|
10
10
|
}
|
|
11
|
-
.llm-corner-badge[data-v-
|
|
11
|
+
.llm-corner-badge[data-v-ktzyn9mk]:hover {
|
|
12
12
|
background: linear-gradient(142.7deg, #fdf4e8 0%, #e5a239 100%);
|
|
13
13
|
}
|
|
14
|
-
.llm-corner-badge-text[data-v-
|
|
14
|
+
.llm-corner-badge-text[data-v-ktzyn9mk] {
|
|
15
15
|
top: 8px;
|
|
16
16
|
right: 0;
|
|
17
17
|
transform: rotate(45deg);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
.like-button:hover .ai-ui-sdk-icon[data-v-
|
|
2
|
+
.like-button:hover .ai-ui-sdk-icon[data-v-n3gkpq5s], .like-button:hover span[data-v-n3gkpq5s] {
|
|
3
3
|
color: #3A84FF !important;
|
|
4
4
|
}
|
|
5
|
-
.dislike-button:hover .ai-ui-sdk-icon[data-v-
|
|
5
|
+
.dislike-button:hover .ai-ui-sdk-icon[data-v-n3gkpq5s], .dislike-button:hover span[data-v-n3gkpq5s], .dislike-button:active .ai-ui-sdk-icon[data-v-n3gkpq5s], .dislike-button:active span[data-v-n3gkpq5s] {
|
|
6
6
|
color: #EA3636 !important;
|
|
7
7
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
.tag-item[data-v-
|
|
2
|
+
.tag-item[data-v-23q4yd7b] {
|
|
3
3
|
padding: 0 4px;
|
|
4
4
|
}
|
|
5
|
-
.tag-external[data-v-
|
|
5
|
+
.tag-external[data-v-23q4yd7b] {
|
|
6
6
|
color: #636a2f;
|
|
7
7
|
background: #EAEFC6;
|
|
8
8
|
}
|
|
9
|
-
.tag-public[data-v-
|
|
9
|
+
.tag-public[data-v-23q4yd7b], .tag-private[data-v-23q4yd7b] {
|
|
10
10
|
color: #3a84ff;
|
|
11
11
|
background: #e1ecff;
|
|
12
12
|
}
|
|
@@ -19,7 +19,10 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
19
19
|
manageSpace: {
|
|
20
20
|
type: Boolean
|
|
21
21
|
},
|
|
22
|
-
username: {}
|
|
22
|
+
username: {},
|
|
23
|
+
isTextButton: {
|
|
24
|
+
type: Boolean
|
|
25
|
+
}
|
|
23
26
|
},
|
|
24
27
|
emits: [
|
|
25
28
|
"edit",
|
|
@@ -159,6 +162,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
159
162
|
].includes(props.type) && __props.mcp.status !== _unref(ResourceStatus).Deleted ? _withDirectives((_openBlock(), _createBlock(_component_bk_button, {
|
|
160
163
|
key: 0,
|
|
161
164
|
disabled: !getIsShareable(),
|
|
165
|
+
theme: props.isTextButton ? 'primary' : '',
|
|
166
|
+
text: props.isTextButton,
|
|
162
167
|
size: "small",
|
|
163
168
|
onClick: _withModifiers(handleShare, [
|
|
164
169
|
"stop"
|
|
@@ -171,7 +176,9 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
171
176
|
]),
|
|
172
177
|
_: 1 /* STABLE */
|
|
173
178
|
}, 8 /* PROPS */ , [
|
|
174
|
-
"disabled"
|
|
179
|
+
"disabled",
|
|
180
|
+
"theme",
|
|
181
|
+
"text"
|
|
175
182
|
])), [
|
|
176
183
|
[
|
|
177
184
|
_directive_bk_tooltips,
|
|
@@ -213,6 +220,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
213
220
|
class: _normalizeClass({
|
|
214
221
|
'!g-disabled': !__props.mcp.permission.manageMcp
|
|
215
222
|
}),
|
|
223
|
+
theme: props.isTextButton ? 'primary' : '',
|
|
224
|
+
text: props.isTextButton,
|
|
216
225
|
size: "small",
|
|
217
226
|
onMouseenter: handleManagePermissionMouseEnter,
|
|
218
227
|
onMousemove: handleManagePermissionMouseMove,
|
|
@@ -229,6 +238,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
229
238
|
_: 1 /* STABLE */
|
|
230
239
|
}, 8 /* PROPS */ , [
|
|
231
240
|
"class",
|
|
241
|
+
"theme",
|
|
242
|
+
"text",
|
|
232
243
|
"onMouseleave"
|
|
233
244
|
])) : _createCommentVNode("v-if", true),
|
|
234
245
|
getIsCurrentSpace() && getIsFullType() && !getIsNotDeleted() ? (_openBlock(), _createBlock(_component_bk_pop_confirm, {
|
|
@@ -246,6 +257,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
246
257
|
return [
|
|
247
258
|
_withDirectives((_openBlock(), _createBlock(_component_bk_button, {
|
|
248
259
|
disabled: !((__props_mcp = __props.mcp) === null || __props_mcp === void 0 ? void 0 : (__props_mcp_permission = __props_mcp.permission) === null || __props_mcp_permission === void 0 ? void 0 : __props_mcp_permission.manageMcp),
|
|
260
|
+
text: props.isTextButton,
|
|
249
261
|
size: "small",
|
|
250
262
|
onClick: _withModifiers(handleShowRestore, [
|
|
251
263
|
"stop"
|
|
@@ -258,7 +270,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
258
270
|
]),
|
|
259
271
|
_: 1 /* STABLE */
|
|
260
272
|
}, 8 /* PROPS */ , [
|
|
261
|
-
"disabled"
|
|
273
|
+
"disabled",
|
|
274
|
+
"text"
|
|
262
275
|
])), [
|
|
263
276
|
[
|
|
264
277
|
_directive_bk_tooltips,
|
|
@@ -277,6 +290,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
277
290
|
getIsNotDeleted() ? (_openBlock(), _createBlock(_component_bk_button, {
|
|
278
291
|
key: 2,
|
|
279
292
|
loading: isInstallLoading.value,
|
|
293
|
+
theme: props.isTextButton ? 'primary' : '',
|
|
294
|
+
text: props.isTextButton,
|
|
280
295
|
size: "small",
|
|
281
296
|
onClick: _cache[1] || (_cache[1] = _withModifiers(($event)=>handleInstall(), [
|
|
282
297
|
"stop"
|
|
@@ -289,11 +304,15 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
289
304
|
]),
|
|
290
305
|
_: 1 /* STABLE */
|
|
291
306
|
}, 8 /* PROPS */ , [
|
|
292
|
-
"loading"
|
|
307
|
+
"loading",
|
|
308
|
+
"theme",
|
|
309
|
+
"text"
|
|
293
310
|
])) : _createCommentVNode("v-if", true),
|
|
294
311
|
getIsNotDeleted() ? (_openBlock(), _createBlock(_component_bk_button, {
|
|
295
312
|
key: 3,
|
|
296
313
|
loading: isCopyConfigLoading.value,
|
|
314
|
+
theme: props.isTextButton ? 'primary' : '',
|
|
315
|
+
text: props.isTextButton,
|
|
297
316
|
size: "small",
|
|
298
317
|
onClick: _cache[2] || (_cache[2] = _withModifiers(($event)=>handleCopyConfig(), [
|
|
299
318
|
"stop"
|
|
@@ -306,20 +325,23 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
306
325
|
]),
|
|
307
326
|
_: 1 /* STABLE */
|
|
308
327
|
}, 8 /* PROPS */ , [
|
|
309
|
-
"loading"
|
|
328
|
+
"loading",
|
|
329
|
+
"theme",
|
|
330
|
+
"text"
|
|
310
331
|
])) : _createCommentVNode("v-if", true)
|
|
311
332
|
], 64 /* STABLE_FRAGMENT */ )),
|
|
312
333
|
getIsNotDeleted() && getIsMarketType() ? (_openBlock(), _createBlock(RelateAgent, {
|
|
313
334
|
key: 3,
|
|
314
335
|
"resource-type": _unref(Module).Mcp,
|
|
315
336
|
resource: __props.mcp,
|
|
316
|
-
text:
|
|
337
|
+
text: props.isTextButton,
|
|
317
338
|
"space-id": props.spaceId,
|
|
318
339
|
"api-prefix": props.apiPrefix,
|
|
319
340
|
onNavigate: handleNavigate
|
|
320
341
|
}, null, 8 /* PROPS */ , [
|
|
321
342
|
"resource-type",
|
|
322
343
|
"resource",
|
|
344
|
+
"text",
|
|
323
345
|
"space-id",
|
|
324
346
|
"api-prefix"
|
|
325
347
|
])) : _createCommentVNode("v-if", true),
|
|
@@ -332,6 +354,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
332
354
|
}, {
|
|
333
355
|
trigger: _withCtx(()=>[
|
|
334
356
|
_createVNode(_component_bk_button, {
|
|
357
|
+
theme: props.isTextButton ? 'primary' : '',
|
|
358
|
+
text: props.isTextButton,
|
|
335
359
|
class: "!g-pl-5 !g-pr-5",
|
|
336
360
|
size: "small",
|
|
337
361
|
onClick: _cache[3] || (_cache[3] = _withModifiers(()=>{}, [
|
|
@@ -346,7 +370,10 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
346
370
|
])
|
|
347
371
|
]),
|
|
348
372
|
_: 1 /* STABLE */
|
|
349
|
-
}
|
|
373
|
+
}, 8 /* PROPS */ , [
|
|
374
|
+
"theme",
|
|
375
|
+
"text"
|
|
376
|
+
])
|
|
350
377
|
]),
|
|
351
378
|
content: _withCtx(()=>[
|
|
352
379
|
_createElementVNode("ul", {
|
|
@@ -9,6 +9,7 @@ interface IProps {
|
|
|
9
9
|
apiPrefix: string;
|
|
10
10
|
manageSpace?: boolean;
|
|
11
11
|
username?: string;
|
|
12
|
+
isTextButton?: boolean;
|
|
12
13
|
}
|
|
13
14
|
declare const __VLS_export: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
15
|
edit: (value: IMcp) => any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { defineComponent as _defineComponent } from 'vue';
|
|
2
2
|
import { unref as _unref, createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, renderSlot as _renderSlot, withCtx as _withCtx } from "vue";
|
|
3
3
|
import RenderBase from '../base.vue.js';
|
|
4
|
+
import RenderCollectionIcon from '../base/collection-icon.vue.js';
|
|
4
5
|
import RenderReferenceIcon from '../base/reference-icon.vue.js';
|
|
5
6
|
import RenderActions from './actions.vue.js';
|
|
6
7
|
import RenderCodeSuffix from './code-suffix.vue.js';
|
|
@@ -8,7 +9,7 @@ import RenderNameSuffix from './name-suffix.vue.js';
|
|
|
8
9
|
import RenderPrefixInfoTool from './prefix-info-tool.vue.js';
|
|
9
10
|
import RenderSelectedToolsInfo from './selected-tools-info.vue.js';
|
|
10
11
|
import RenderTooltip from './tooltip.vue.js';
|
|
11
|
-
import { Module, ResourceStatus } from '../../../types/enum.ts.js';
|
|
12
|
+
import { McpType, Module, ResourceStatus } from '../../../types/enum.ts.js';
|
|
12
13
|
export default /*@__PURE__*/ _defineComponent({
|
|
13
14
|
props: {
|
|
14
15
|
mcp: {},
|
|
@@ -54,6 +55,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
54
55
|
"success-delete",
|
|
55
56
|
"success-restore",
|
|
56
57
|
"success-revoke-apply",
|
|
58
|
+
"success-favorite",
|
|
59
|
+
"success-cancel-favorite",
|
|
57
60
|
"navigate",
|
|
58
61
|
"edit",
|
|
59
62
|
"choose",
|
|
@@ -95,6 +98,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
95
98
|
const handleDelete = ()=>{
|
|
96
99
|
emits('delete', props.mcp);
|
|
97
100
|
};
|
|
101
|
+
const handleSuccessFavorite = ()=>{
|
|
102
|
+
emits('success-favorite');
|
|
103
|
+
};
|
|
104
|
+
const handleSuccessCancelFavorite = ()=>{
|
|
105
|
+
emits('success-cancel-favorite');
|
|
106
|
+
};
|
|
98
107
|
return (_ctx, _cache)=>{
|
|
99
108
|
return _openBlock(), _createBlock(RenderBase, {
|
|
100
109
|
module: _unref(Module).Mcp,
|
|
@@ -126,8 +135,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
126
135
|
spaces: props.spaces,
|
|
127
136
|
"default-icon": props.defaultIcon,
|
|
128
137
|
"show-generate-type": props.showGenerateType,
|
|
129
|
-
class: "g-relative",
|
|
130
138
|
id: props.mcp.id,
|
|
139
|
+
class: "g-relative",
|
|
131
140
|
onChoose: handleChoose,
|
|
132
141
|
onView: handleView,
|
|
133
142
|
onDelete: handleDelete
|
|
@@ -180,9 +189,30 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
180
189
|
])
|
|
181
190
|
]),
|
|
182
191
|
"footer-icons": _withCtx(()=>[
|
|
183
|
-
props.mcp.status !== _unref(ResourceStatus).Deleted ? (_openBlock(), _createBlock(
|
|
192
|
+
props.mcp.status !== _unref(ResourceStatus).Deleted && props.mcp.mcpType !== _unref(McpType).Apigw ? (_openBlock(), _createBlock(RenderCollectionIcon, {
|
|
184
193
|
key: 0,
|
|
185
194
|
type: props.type,
|
|
195
|
+
favorite: props.mcp.favorite,
|
|
196
|
+
"favorite-count": props.mcp.favoriteCount,
|
|
197
|
+
"show-count": true,
|
|
198
|
+
module: _unref(Module).Mcp,
|
|
199
|
+
"api-prefix": props.apiPrefix,
|
|
200
|
+
"space-id": props.spaceId,
|
|
201
|
+
id: props.mcp.id,
|
|
202
|
+
onSuccessFavorite: handleSuccessFavorite,
|
|
203
|
+
onSuccessCancelFavorite: handleSuccessCancelFavorite
|
|
204
|
+
}, null, 8 /* PROPS */ , [
|
|
205
|
+
"type",
|
|
206
|
+
"favorite",
|
|
207
|
+
"favorite-count",
|
|
208
|
+
"module",
|
|
209
|
+
"api-prefix",
|
|
210
|
+
"space-id",
|
|
211
|
+
"id"
|
|
212
|
+
])) : _createCommentVNode("v-if", true),
|
|
213
|
+
props.mcp.status !== _unref(ResourceStatus).Deleted ? (_openBlock(), _createBlock(RenderReferenceIcon, {
|
|
214
|
+
key: 1,
|
|
215
|
+
type: props.type,
|
|
186
216
|
"ref-count": props.mcp.refCount,
|
|
187
217
|
name: props.mcp.mcpName,
|
|
188
218
|
module: _unref(Module).Mcp,
|
|
@@ -212,6 +242,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
212
242
|
"api-prefix": props.apiPrefix,
|
|
213
243
|
"manage-space": props.manageSpace,
|
|
214
244
|
username: props.username,
|
|
245
|
+
"is-text-button": false,
|
|
215
246
|
onNavigate: handleNavigate,
|
|
216
247
|
onEdit: handleEditMcp,
|
|
217
248
|
onSuccessDelete: handleDeleteMcp,
|
|
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends IMcp | IApplicationMcp>(__VLS_props: NonN
|
|
|
17
17
|
groupType?: GroupType;
|
|
18
18
|
isShowCheckbox?: boolean;
|
|
19
19
|
isClickToView?: boolean;
|
|
20
|
-
spaceId
|
|
20
|
+
spaceId: string;
|
|
21
21
|
spaces?: ISpace[];
|
|
22
22
|
apiPrefix: string;
|
|
23
23
|
defaultIcon?: string;
|
|
@@ -34,6 +34,8 @@ declare const __VLS_export: <T extends IMcp | IApplicationMcp>(__VLS_props: NonN
|
|
|
34
34
|
"onSuccess-delete"?: () => any;
|
|
35
35
|
"onSuccess-revoke-apply"?: () => any;
|
|
36
36
|
"onSuccess-restore"?: () => any;
|
|
37
|
+
"onSuccess-favorite"?: () => any;
|
|
38
|
+
"onSuccess-cancel-favorite"?: () => any;
|
|
37
39
|
onSettings?: (mcp: T) => any;
|
|
38
40
|
"onUpdate:mcp"?: (mcp: T) => any;
|
|
39
41
|
}> & (typeof globalThis extends {
|
|
@@ -45,7 +47,7 @@ declare const __VLS_export: <T extends IMcp | IApplicationMcp>(__VLS_props: NonN
|
|
|
45
47
|
'pre-actions'?: (props: {}) => any;
|
|
46
48
|
};
|
|
47
49
|
emit: {
|
|
48
|
-
(event: "success-delete" | "success-restore" | "success-revoke-apply"): void;
|
|
50
|
+
(event: "success-delete" | "success-restore" | "success-revoke-apply" | "success-favorite" | "success-cancel-favorite"): void;
|
|
49
51
|
(event: "navigate", value: ISdkNavigateAction): void;
|
|
50
52
|
(event: "edit" | "choose" | "settings" | "view" | "delete" | "update:mcp", mcp: T): void;
|
|
51
53
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
.tool-number[data-v-
|
|
2
|
+
.tool-number[data-v-n1q1qyi6] {
|
|
3
3
|
background: #E1ECFF;
|
|
4
4
|
border-radius: 2px;
|
|
5
5
|
padding: 0 4px;
|
|
6
6
|
font-size: 10px;
|
|
7
7
|
}
|
|
8
|
-
.tool-number[data-v-
|
|
8
|
+
.tool-number[data-v-n1q1qyi6]:hover {
|
|
9
9
|
background: #3A84FF;
|
|
10
10
|
color: #fff;
|
|
11
11
|
}
|