@movk/nuxt-docs 1.14.0 → 1.14.1
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/app/app.config.ts
CHANGED
|
@@ -102,9 +102,11 @@ export default defineAppConfig({
|
|
|
102
102
|
clearChat: 'i-lucide-trash-2',
|
|
103
103
|
streaming: 'i-lucide-chevron-down',
|
|
104
104
|
providers: {
|
|
105
|
-
deepseek: 'i-
|
|
106
|
-
alibaba: 'i-
|
|
107
|
-
zai: 'i-simple-icons:zig'
|
|
105
|
+
deepseek: 'i-hugeicons:deepseek',
|
|
106
|
+
alibaba: 'i-hugeicons:qwen',
|
|
107
|
+
zai: 'i-simple-icons:zig',
|
|
108
|
+
moonshotai: 'i-hugeicons:kimi-ai',
|
|
109
|
+
xai: 'i-hugeicons:grok-02'
|
|
108
110
|
}
|
|
109
111
|
}
|
|
110
112
|
}
|
|
@@ -20,7 +20,8 @@ const items = computed(() => models.map(model => ({
|
|
|
20
20
|
value-key="value"
|
|
21
21
|
class="hover:bg-default focus:bg-default data-[state=open]:bg-default"
|
|
22
22
|
:ui="{
|
|
23
|
-
trailingIcon: 'group-data-[state=open]:rotate-180 transition-transform duration-200'
|
|
23
|
+
trailingIcon: 'group-data-[state=open]:rotate-180 transition-transform duration-200',
|
|
24
|
+
content: 'w-auto min-w-(--reka-combobox-trigger-width)'
|
|
24
25
|
}"
|
|
25
26
|
/>
|
|
26
27
|
</template>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@movk/nuxt-docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.14.
|
|
4
|
+
"version": "1.14.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Modern Nuxt 4 documentation theme with auto-generated component docs, AI chat assistant, MCP server, and complete developer experience optimization.",
|
|
7
7
|
"author": "YiXuan <mhaibaraai@gmail.com>",
|