Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
inscode
NodeJS_639770
提交
9f93f9e3
N
NodeJS_639770
项目概览
inscode
/
NodeJS_639770
与 Fork 源项目一致
Fork自
inscode / NodeJS
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
N
NodeJS_639770
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
9f93f9e3
编写于
6月 11, 2024
作者:
View Design
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
eslint Vue template
上级
c820bd9e
变更
19
显示空白变更内容
内联
并排
Showing
19 changed file
with
417 addition
and
415 deletion
+417
-415
components/color-picker/ColorPickerPill.vue
components/color-picker/ColorPickerPill.vue
+11
-11
components/i/Create.vue
components/i/Create.vue
+74
-73
components/i/Empty.vue
components/i/Empty.vue
+4
-4
components/i/Exception.vue
components/i/Exception.vue
+10
-10
components/i/SearchHistory.vue
components/i/SearchHistory.vue
+36
-35
components/i/UserInfo.vue
components/i/UserInfo.vue
+59
-59
components/i/action/Collect.vue
components/i/action/Collect.vue
+9
-9
components/i/library/Collect.vue
components/i/library/Collect.vue
+13
-13
components/i/library/Edit.vue
components/i/library/Edit.vue
+1
-1
components/i/library/Select.vue
components/i/library/Select.vue
+49
-48
components/i/search/Article.vue
components/i/search/Article.vue
+11
-14
components/i/search/ExtraInfo.vue
components/i/search/ExtraInfo.vue
+52
-50
components/i/search/Process.vue
components/i/search/Process.vue
+31
-31
components/i/search/ProcessAction.vue
components/i/search/ProcessAction.vue
+16
-16
components/md/renderer.vue
components/md/renderer.vue
+3
-3
components/prose/Chart.global.vue
components/prose/Chart.global.vue
+3
-3
layouts/default.vue
layouts/default.vue
+10
-10
pages/index.vue
pages/index.vue
+20
-20
pages/mdc.vue
pages/mdc.vue
+5
-5
未找到文件。
components/color-picker/ColorPickerPill.vue
浏览文件 @
9f93f9e3
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
:variant="color.value === selected.value ? 'solid' : 'ghost'"
:variant="color.value === selected.value ? 'solid' : 'ghost'"
@click.stop.prevent="$emit('select')"
@click.stop.prevent="$emit('select')"
>
>
<span
class=
"inline-block w-3 h-3 rounded-full"
:style=
"
{ backgroundColor: color.hex }"
/>
<span
class=
"inline-block w-3 h-3 rounded-full"
:style=
"
{ backgroundColor: color.hex }"
/>
</UButton>
</UButton>
</UTooltip>
</UTooltip>
</
template
>
</
template
>
...
...
components/i/Create.vue
浏览文件 @
9f93f9e3
...
@@ -17,7 +17,8 @@
...
@@ -17,7 +17,8 @@
<div
class=
"flex justify-between items-center"
>
<div
class=
"flex justify-between items-center"
>
<div
class=
"flex items-center gap-2"
>
<div
class=
"flex items-center gap-2"
>
<UTooltip
class=
"relative"
:text=
"isPro ? '已开启专家搜索' : '已关闭专家搜索'"
:shortcuts=
"[metaSymbol, 'O']"
>
<UTooltip
class=
"relative"
:text=
"isPro ? '已开启专家搜索' : '已关闭专家搜索'"
:shortcuts=
"[metaSymbol, 'O']"
>
<div
v-show=
"!isPro"
class=
"absolute w-7 h-0.5 rotate-45 top-3.5 left-1 bg-gray-700 dark:bg-gray-200 hover:bg-gray-900 dark:hover:bg-white rounded"
/>
<div
v-show=
"!isPro"
class=
"absolute w-7 h-0.5 rotate-45 top-3.5 left-1 bg-gray-700 dark:bg-gray-200 hover:bg-gray-900 dark:hover:bg-white rounded"
/>
<UButton
<UButton
:ui=
"
{ rounded: 'rounded-full' }"
:ui=
"
{ rounded: 'rounded-full' }"
:icon="isPro ? 'i-heroicons-sparkles-20-solid' : 'i-heroicons-sparkles-20-solid'"
:icon="isPro ? 'i-heroicons-sparkles-20-solid' : 'i-heroicons-sparkles-20-solid'"
...
@@ -45,9 +46,9 @@
...
@@ -45,9 +46,9 @@
</UTooltip>
</UTooltip>
<UButton
v-else
color=
"gray"
variant=
"ghost"
:class=
"
{ 'group': selectedRepo }">
<UButton
v-else
color=
"gray"
variant=
"ghost"
:class=
"
{ 'group': selectedRepo }">
<UIcon
name=
"i-simple-icons-github"
/>
<UIcon
name=
"i-simple-icons-github"
/>
<span>
{{
selectedRepo
}}
</span>
<span>
{{
selectedRepo
}}
</span>
<UIcon
name=
"i-heroicons-chevron-down-20-solid"
class=
"text-xl flex group-hover:hidden"
/>
<UIcon
name=
"i-heroicons-chevron-down-20-solid"
class=
"text-xl flex group-hover:hidden"
/>
<UButton
<UButton
v-if=
"selectedRepo"
v-if=
"selectedRepo"
class=
"hidden group-hover:flex"
class=
"hidden group-hover:flex"
...
...
components/i/Empty.vue
浏览文件 @
9f93f9e3
<
template
>
<
template
>
<div
class=
"flex flex-col justify-center h-72 items-center text-gray-300"
:class=
"
{ 'h-36': size === 'xs' }">
<div
class=
"flex flex-col justify-center h-72 items-center text-gray-300"
:class=
"
{ 'h-36': size === 'xs' }">
<UIcon
name=
"i-heroicons-inbox"
class=
"text-6xl"
/>
<UIcon
name=
"i-heroicons-inbox"
class=
"text-6xl"
/>
<div>
暂无数据
</div>
<div>
暂无数据
</div>
</div>
</div>
</
template
>
</
template
>
...
...
components/i/Exception.vue
浏览文件 @
9f93f9e3
components/i/SearchHistory.vue
浏览文件 @
9f93f9e3
...
@@ -18,7 +18,8 @@
...
@@ -18,7 +18,8 @@
/>
/>
</div>
</div>
<ClientOnly>
<ClientOnly>
<div
v-auto-animate
class=
"flex overflow-y-auto flex-col gap-1 border-l border-gray-200 dark:border-gray-800 pl-2 ml-5"
>
<div
v-auto-animate
class=
"flex overflow-y-auto flex-col gap-1 border-l border-gray-200 dark:border-gray-800 pl-2 ml-5"
>
<template
v-for=
"item in $searchHistory.reverse()"
:key=
"item.c_id"
>
<template
v-for=
"item in $searchHistory.reverse()"
:key=
"item.c_id"
>
<UButton
<UButton
class=
"flex text-gray-400"
class=
"flex text-gray-400"
...
...
components/i/UserInfo.vue
浏览文件 @
9f93f9e3
...
@@ -6,16 +6,16 @@
...
@@ -6,16 +6,16 @@
<UDropdown
class=
"flex flex-grow"
:items=
"items"
>
<UDropdown
class=
"flex flex-grow"
:items=
"items"
>
<UButton
class=
"flex flex-grow"
color=
"gray"
variant=
"ghost"
>
<UButton
class=
"flex flex-grow"
color=
"gray"
variant=
"ghost"
>
<div
class=
"flex flex-grow items-center gap-2"
>
<div
class=
"flex flex-grow items-center gap-2"
>
<UAvatar
:src=
"$info.avatar_url"
/>
<UAvatar
:src=
"$info.avatar_url"
/>
<div>
{{
$info
.
nickname
}}
</div>
<div>
{{
$info
.
nickname
}}
</div>
<UBadge
v-if=
"$info.pro"
size=
"xs"
color=
"yellow"
variant=
"soft"
label=
"PRO"
/>
<UBadge
v-if=
"$info.pro"
size=
"xs"
color=
"yellow"
variant=
"soft"
label=
"PRO"
/>
<UBadge
v-else
size=
"xs"
color=
"gray"
variant=
"soft"
label=
"FREE"
/>
<UBadge
v-else
size=
"xs"
color=
"gray"
variant=
"soft"
label=
"FREE"
/>
</div>
</div>
<UIcon
name=
"i-heroicons-chevron-down-20-solid"
class=
"text-lg"
/>
<UIcon
name=
"i-heroicons-chevron-down-20-solid"
class=
"text-lg"
/>
</UButton>
</UButton>
</UDropdown>
</UDropdown>
</div>
</div>
<UDivider
/>
<UDivider
/>
</
template
>
</
template
>
</ClientOnly>
</ClientOnly>
<div
class=
"flex justify-between gap-2 p-4"
>
<div
class=
"flex justify-between gap-2 p-4"
>
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
/>
/>
<ClientOnly>
<ClientOnly>
<div
class=
"flex"
>
<div
class=
"flex"
>
<ColorPicker
/>
<ColorPicker
/>
<USelectMenu
<USelectMenu
v-model=
"colorMode.preference"
v-model=
"colorMode.preference"
:ui-menu=
"{ width: 'w-32' }"
:ui-menu=
"{ width: 'w-32' }"
...
...
components/i/action/Collect.vue
浏览文件 @
9f93f9e3
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
icon=
"i-heroicons-ellipsis-horizontal"
icon=
"i-heroicons-ellipsis-horizontal"
/>
/>
</UDropdown>
</UDropdown>
<ILibraryEdit
:id=
"id"
ref=
"refEdit"
/>
<ILibraryEdit
:id=
"id"
ref=
"refEdit"
/>
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
import
{
IConfirm
}
from
'
#components
'
import
{
IConfirm
}
from
'
#components
'
...
...
components/i/library/Collect.vue
浏览文件 @
9f93f9e3
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div>
{{
item
.
name
}}
</div>
<div>
{{
item
.
name
}}
</div>
<div
class=
"flex"
>
<div
class=
"flex"
>
<div
class=
"flex items-center text-gray-500 text-sm gap-0.5"
>
<div
class=
"flex items-center text-gray-500 text-sm gap-0.5"
>
<UIcon
name=
"i-heroicons-square-3-stack-3d"
/>
<UIcon
name=
"i-heroicons-square-3-stack-3d"
/>
<span>
{{
item
.
record_count
}}
</span>
<span>
{{
item
.
record_count
}}
</span>
</div>
</div>
</div>
</div>
...
...
components/i/library/Edit.vue
浏览文件 @
9f93f9e3
<
template
>
<
template
>
<ILibraryCreate
:id=
"id"
ref=
"refCreate"
/>
<ILibraryCreate
:id=
"id"
ref=
"refCreate"
/>
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
defineProps
({
defineProps
({
...
...
components/i/library/Select.vue
浏览文件 @
9f93f9e3
...
@@ -30,7 +30,8 @@
...
@@ -30,7 +30,8 @@
>
>
<div
class=
"flex flex-grow justify-between items-center"
>
<div
class=
"flex flex-grow justify-between items-center"
>
<div>
{{ item.name }}
</div>
<div>
{{ item.name }}
</div>
<UIcon
v-if=
"selected.includes(item.id)"
name=
"i-heroicons-check-circle-20-solid"
class=
"text-primary text-lg"
/>
<UIcon
v-if=
"selected.includes(item.id)"
name=
"i-heroicons-check-circle-20-solid"
class=
"text-primary text-lg"
/>
</div>
</div>
</UButton>
</UButton>
</div>
</div>
...
...
components/i/search/Article.vue
浏览文件 @
9f93f9e3
...
@@ -2,15 +2,12 @@
...
@@ -2,15 +2,12 @@
<div
class=
"flex flex-col lg:flex-row gap-6 space-x-0 lg:space-x-6"
>
<div
class=
"flex flex-col lg:flex-row gap-6 space-x-0 lg:space-x-6"
>
<div
class=
"flex flex-grow flex-col gap-6"
>
<div
class=
"flex flex-grow flex-col gap-6"
>
<div
class=
"grid"
>
<div
class=
"grid"
>
<slot
name=
"title"
/>
<slot
name=
"title"
/>
</div>
</div>
<slot
/>
<slot
/>
</div>
</div>
<div
v-if=
"$slots.extra"
class=
"flex flex-col w-full lg:w-64 flex-shrink-0 gap-6"
>
<div
v-if=
"$slots.extra"
class=
"flex flex-col w-full lg:w-64 flex-shrink-0 gap-6"
>
<slot
name=
"extra"
/>
<slot
name=
"extra"
/>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
setup
>
</
script
>
\ No newline at end of file
components/i/search/ExtraInfo.vue
浏览文件 @
9f93f9e3
<
template
>
<
template
>
<div
class=
"flex flex-col gap-4 sticky top-16"
>
<div
class=
"flex flex-col gap-4 sticky top-16"
>
<div
class=
"text-xl flex items-center space-x-1"
>
<div
class=
"text-xl flex items-center space-x-1"
>
<UIcon
name=
"i-heroicons-square-3-stack-3d-20-solid"
/>
<UIcon
name=
"i-heroicons-square-3-stack-3d-20-solid"
/>
<span>
补充信息
</span>
<span>
补充信息
</span>
</div>
</div>
<template
v-for=
"(item, index) in data"
:key=
"index"
>
<template
v-for=
"(item, index) in data"
:key=
"index"
>
...
@@ -13,9 +13,11 @@
...
@@ -13,9 +13,11 @@
<template
v-if=
"chart.info"
>
<template
v-if=
"chart.info"
>
<div
class=
"flex mb-2"
>
<div
class=
"flex mb-2"
>
<div
class=
"flex items-center gap-1 text-sm overflow-hidden"
>
<div
class=
"flex items-center gap-1 text-sm overflow-hidden"
>
<UIcon
class=
"flex-shrink-0"
name=
"i-simple-icons-github"
/>
<UIcon
class=
"flex-shrink-0"
name=
"i-simple-icons-github"
/>
<ULink
class=
"flex-grow truncate underline"
:to=
"chart.info.url"
target=
"_blank"
:title=
"chart.info.description"
>
{{
chart
.
info
.
name
}}
</ULink>
<ULink
class=
"flex-grow truncate underline"
:to=
"chart.info.url"
target=
"_blank"
<UIcon
class=
"flex-shrink-0"
name=
"i-heroicons-arrow-top-right-on-square"
/>
:title=
"chart.info.description"
>
{{
chart
.
info
.
name
}}
</ULink>
<UIcon
class=
"flex-shrink-0"
name=
"i-heroicons-arrow-top-right-on-square"
/>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -40,10 +42,10 @@
...
@@ -40,10 +42,10 @@
<
template
v-else
>
<
template
v-else
>
<UCard
:ui=
"cardUI"
>
<UCard
:ui=
"cardUI"
>
<div
class=
"flex flex-col gap-1"
>
<div
class=
"flex flex-col gap-1"
>
<USkeleton
class=
"h-4"
/>
<USkeleton
class=
"h-4"
/>
<USkeleton
class=
"h-4 w-2/3"
/>
<USkeleton
class=
"h-4 w-2/3"
/>
<USkeleton
class=
"h-4"
/>
<USkeleton
class=
"h-4"
/>
<USkeleton
class=
"h-4 w-2/3"
/>
<USkeleton
class=
"h-4 w-2/3"
/>
</div>
</div>
</UCard>
</UCard>
</
template
>
</
template
>
...
...
components/i/search/Process.vue
浏览文件 @
9f93f9e3
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<UCard
:ui=
"
{ body: { padding: 'p-4 sm:p-4' } }">
<UCard
:ui=
"
{ body: { padding: 'p-4 sm:p-4' } }">
<div
class=
"flex justify-between items-center"
>
<div
class=
"flex justify-between items-center"
>
<div
class=
"flex items-center gap-2 text-lg"
>
<div
class=
"flex items-center gap-2 text-lg"
>
<UIcon
name=
"i-heroicons-sparkles-20-solid"
/>
<UIcon
name=
"i-heroicons-sparkles-20-solid"
/>
搜索过程
搜索过程
</div>
</div>
<UButton
<UButton
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<ICollapse
:open=
"openCollapse"
class=
"mt-2"
>
<ICollapse
:open=
"openCollapse"
class=
"mt-2"
>
<div
v-auto-animate
class=
"flex flex-col gap-2 w-full text-gray-500 dark:text-gray-400"
>
<div
v-auto-animate
class=
"flex flex-col gap-2 w-full text-gray-500 dark:text-gray-400"
>
<template
v-if=
"status !== 'finish' && !actions.length"
>
<template
v-if=
"status !== 'finish' && !actions.length"
>
<USkeleton
class=
"h-4"
/>
<USkeleton
class=
"h-4"
/>
<USkeleton
class=
"h-4 w-2/3"
/>
<USkeleton
class=
"h-4 w-2/3"
/>
</
template
>
</
template
>
<
template
v-for=
"(action, index) in actions"
:key=
"action.action"
>
<
template
v-for=
"(action, index) in actions"
:key=
"action.action"
>
<ISearchProcessAction
<ISearchProcessAction
...
...
components/i/search/ProcessAction.vue
浏览文件 @
9f93f9e3
<
template
>
<
template
>
<div
class=
"text-base flex items-center gap-1"
>
<div
class=
"text-base flex items-center gap-1"
>
<UIcon
:name=
"item.icon"
/>
<UIcon
:name=
"item.icon"
/>
{{
item
.
name
}}
{{
item
.
name
}}
</div>
</div>
<template
v-if=
"['rephrase_question', 'tool_select'].includes((action.action))"
>
<template
v-if=
"['rephrase_question', 'tool_select'].includes((action.action))"
>
<div
class=
"pl-5"
>
<div
class=
"pl-5"
>
<IMdMdc
:content=
"action.output"
size=
"sm"
/>
<IMdMdc
:content=
"action.output"
size=
"sm"
/>
</div>
</div>
</
template
>
</
template
>
<
template
v-else-if=
"['search_file', 'search_web'].includes(action.action)"
>
<
template
v-else-if=
"['search_file', 'search_web'].includes(action.action)"
>
<div
class=
"text-xs pl-5"
>
找到
{{
action
.
output
.
length
}}
条来源
</div>
<div
class=
"text-xs pl-5"
>
找到
{{
action
.
output
.
length
}}
条来源
</div>
</
template
>
</
template
>
<
template
v-if=
"last && status !== 'finish'"
>
<
template
v-if=
"last && status !== 'finish'"
>
<USkeleton
class=
"h-4"
/>
<USkeleton
class=
"h-4"
/>
<USkeleton
class=
"h-4 w-2/3"
/>
<USkeleton
class=
"h-4 w-2/3"
/>
</
template
>
</
template
>
</template>
</template>
<
script
setup
>
<
script
setup
>
...
...
components/md/renderer.vue
浏览文件 @
9f93f9e3
components/prose/Chart.global.vue
浏览文件 @
9f93f9e3
layouts/default.vue
浏览文件 @
9f93f9e3
<
template
>
<
template
>
<div
class=
"flex min-h-screen"
>
<div
class=
"flex min-h-screen"
>
<div
class=
"fixed top-0 w-64 hidden md:flex flex-col h-screen"
>
<div
class=
"fixed top-0 w-64 hidden md:flex flex-col h-screen"
>
<IAside
/>
<IAside
/>
</div>
</div>
<div
class=
"w-full ml-0 md:ml-64 bg-white dark:bg-black flex flex-grow"
>
<div
class=
"w-full ml-0 md:ml-64 bg-white dark:bg-black flex flex-grow"
>
<slot
/>
<slot
/>
</div>
</div>
</div>
</div>
<ILibraryCreate
/>
<ILibraryCreate
/>
<ILibrarySelect
@
success=
"handleCollectSuccess"
/>
<ILibrarySelect
@
success=
"handleCollectSuccess"
/>
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
const
selectCollectData
=
ref
(
null
)
const
selectCollectData
=
ref
(
null
)
...
...
pages/index.vue
浏览文件 @
9f93f9e3
<
template
>
<
template
>
<div
class=
"flex flex-col items-center justify-center w-full h-full"
>
<div
class=
"flex flex-col items-center justify-center w-full h-full"
>
<ILogo
/>
<ILogo
/>
<div
class=
"mt-2"
>
开源搜索,直达结果
</div>
<div
class=
"mt-2"
>
开源搜索,直达结果
</div>
<ICreate
ref=
"refCreate"
/>
<ICreate
ref=
"refCreate"
/>
<div
class=
"max-w-screen-md w-full p-6 grid grid-cols-1 lg:grid-cols-2 gap-4"
>
<div
class=
"max-w-screen-md w-full p-6 grid grid-cols-1 lg:grid-cols-2 gap-4"
>
<template
v-for=
"(item, index) in recommendQuestions"
:key=
"index"
>
<template
v-for=
"(item, index) in recommendQuestions"
:key=
"index"
>
<UButton
<UButton
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</
template
>
</
template
>
</div>
</div>
</div>
</div>
<IMenuSider
fixed
/>
<IMenuSider
fixed
/>
</template>
</template>
<
script
setup
>
<
script
setup
>
const
recommendQuestions
=
[
const
recommendQuestions
=
[
...
...
pages/mdc.vue
浏览文件 @
9f93f9e3
<
template
>
<
template
>
<div
class=
"w-full p-6"
>
<div
class=
"w-full p-6"
>
<IMdMdc
:content=
"lineChart"
/>
<IMdMdc
:content=
"lineChart"
/>
<UDivider
/>
<UDivider
/>
<IMdMdc
:content=
"tableChart"
/>
<IMdMdc
:content=
"tableChart"
/>
</div>
</div>
</
template
>
</
template
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录