Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-sfa-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-sfa-ui
Commits
032778cc
提交
032778cc
authored
9月 15, 2025
作者:
lidongxu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix(all): 修复:项目自动生成 ts 类型说明文件
上级
0bb13099
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
4 行增加
和
81 行删除
+4
-81
components.d.ts
components.d.ts
+0
-80
vite.config.js
vite.config.js
+1
-1
auto-import-vant.js
vite/plugins/auto-import-vant.js
+3
-0
没有找到文件。
components.d.ts
deleted
100644 → 0
浏览文件 @
0bb13099
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export
{}
/* prettier-ignore */
declare
module
'vue'
{
export
interface
GlobalComponents
{
Breadcrumb
:
typeof
import
(
'./src/components/Breadcrumb/index.vue'
)[
'default'
]
CategoryTree
:
typeof
import
(
'./src/components/CategoryTree/index.vue'
)[
'default'
]
CommonMenu
:
typeof
import
(
'./src/components/CommonMenu/index.vue'
)[
'default'
]
Crontab
:
typeof
import
(
'./src/components/Crontab/index.vue'
)[
'default'
]
Day
:
typeof
import
(
'./src/components/Crontab/day.vue'
)[
'default'
]
DictTag
:
typeof
import
(
'./src/components/DictTag/index.vue'
)[
'default'
]
Doc
:
typeof
import
(
'./src/components/RuoYi/Doc/index.vue'
)[
'default'
]
Editor
:
typeof
import
(
'./src/components/Editor/index.vue'
)[
'default'
]
FileUpload
:
typeof
import
(
'./src/components/FileUpload/index.vue'
)[
'default'
]
Git
:
typeof
import
(
'./src/components/RuoYi/Git/index.vue'
)[
'default'
]
GroupLegend
:
typeof
import
(
'./src/components/ECharts/GroupLegend/index.vue'
)[
'default'
]
Hamburger
:
typeof
import
(
'./src/components/Hamburger/index.vue'
)[
'default'
]
HeaderSearch
:
typeof
import
(
'./src/components/HeaderSearch/index.vue'
)[
'default'
]
Hour
:
typeof
import
(
'./src/components/Crontab/hour.vue'
)[
'default'
]
IconSelect
:
typeof
import
(
'./src/components/IconSelect/index.vue'
)[
'default'
]
IFrame
:
typeof
import
(
'./src/components/iFrame/index.vue'
)[
'default'
]
ImagePreview
:
typeof
import
(
'./src/components/ImagePreview/index.vue'
)[
'default'
]
ImageUpload
:
typeof
import
(
'./src/components/ImageUpload/index.vue'
)[
'default'
]
LevitatedSphere
:
typeof
import
(
'./src/components/LevitatedSphere/index.vue'
)[
'default'
]
Min
:
typeof
import
(
'./src/components/Crontab/min.vue'
)[
'default'
]
Month
:
typeof
import
(
'./src/components/Crontab/month.vue'
)[
'default'
]
NoData
:
typeof
import
(
'./src/components/NoData/index.vue'
)[
'default'
]
OpenDialog
:
typeof
import
(
'./src/components/OpenDialog/index.vue'
)[
'default'
]
Pagination
:
typeof
import
(
'./src/components/Pagination/index.vue'
)[
'default'
]
ParentView
:
typeof
import
(
'./src/components/ParentView/index.vue'
)[
'default'
]
Result
:
typeof
import
(
'./src/components/Crontab/result.vue'
)[
'default'
]
RightToolbar
:
typeof
import
(
'./src/components/RightToolbar/index.vue'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
Screenfull
:
typeof
import
(
'./src/components/Screenfull/index.vue'
)[
'default'
]
Second
:
typeof
import
(
'./src/components/Crontab/second.vue'
)[
'default'
]
SizeSelect
:
typeof
import
(
'./src/components/SizeSelect/index.vue'
)[
'default'
]
SvgIcon
:
typeof
import
(
'./src/components/SvgIcon/index.vue'
)[
'default'
]
TopNav
:
typeof
import
(
'./src/components/TopNav/index.vue'
)[
'default'
]
VanActionBar
:
typeof
import
(
'vant/es'
)[
'ActionBar'
]
VanActionBarButton
:
typeof
import
(
'vant/es'
)[
'ActionBarButton'
]
VanActionSheet
:
typeof
import
(
'vant/es'
)[
'ActionSheet'
]
VanButton
:
typeof
import
(
'vant/es'
)[
'Button'
]
VanCalendar
:
typeof
import
(
'vant/es'
)[
'Calendar'
]
VanCell
:
typeof
import
(
'vant/es'
)[
'Cell'
]
VanCellGroup
:
typeof
import
(
'vant/es'
)[
'CellGroup'
]
VanCheckbox
:
typeof
import
(
'vant/es'
)[
'Checkbox'
]
VanCheckboxGroup
:
typeof
import
(
'vant/es'
)[
'CheckboxGroup'
]
VanEmpty
:
typeof
import
(
'vant/es'
)[
'Empty'
]
VanField
:
typeof
import
(
'vant/es'
)[
'Field'
]
VanFloatingBubble
:
typeof
import
(
'vant/es'
)[
'FloatingBubble'
]
VanIcon
:
typeof
import
(
'vant/es'
)[
'Icon'
]
VanImage
:
typeof
import
(
'vant/es'
)[
'Image'
]
VanList
:
typeof
import
(
'vant/es'
)[
'List'
]
VanLoading
:
typeof
import
(
'vant/es'
)[
'Loading'
]
VanNavBar
:
typeof
import
(
'vant/es'
)[
'NavBar'
]
VanOverlay
:
typeof
import
(
'vant/es'
)[
'Overlay'
]
VanPicker
:
typeof
import
(
'vant/es'
)[
'Picker'
]
VanPopup
:
typeof
import
(
'vant/es'
)[
'Popup'
]
VanPullRefresh
:
typeof
import
(
'vant/es'
)[
'PullRefresh'
]
VanRadio
:
typeof
import
(
'vant/es'
)[
'Radio'
]
VanRadioGroup
:
typeof
import
(
'vant/es'
)[
'RadioGroup'
]
VanSearch
:
typeof
import
(
'vant/es'
)[
'Search'
]
VanSwipeCell
:
typeof
import
(
'vant/es'
)[
'SwipeCell'
]
VanTab
:
typeof
import
(
'vant/es'
)[
'Tab'
]
VanTabs
:
typeof
import
(
'vant/es'
)[
'Tabs'
]
VanTag
:
typeof
import
(
'vant/es'
)[
'Tag'
]
VanUploader
:
typeof
import
(
'vant/es'
)[
'Uploader'
]
VersionNotice
:
typeof
import
(
'./src/components/VersionNotice/index.vue'
)[
'default'
]
Week
:
typeof
import
(
'./src/components/Crontab/week.vue'
)[
'default'
]
XLSelect
:
typeof
import
(
'./src/components/XLSelect/index.vue'
)[
'default'
]
XLToolTip
:
typeof
import
(
'./src/components/XLToolTip/index.vue'
)[
'default'
]
Year
:
typeof
import
(
'./src/components/Crontab/year.vue'
)[
'default'
]
}
}
vite.config.js
浏览文件 @
032778cc
...
@@ -62,7 +62,7 @@ export default defineConfig(({ mode, command }) => {
...
@@ -62,7 +62,7 @@ export default defineConfig(({ mode, command }) => {
rootValue
:
37.5
,
rootValue
:
37.5
,
propList
:
[
'*'
],
propList
:
[
'*'
],
exclude
:
file
=>
{
exclude
:
file
=>
{
const
dirList
=
[
"vant"
,
"mobile/pages"
]
const
dirList
=
[
"vant"
,
"mobile/pages"
,
"mobile/components"
]
return
!
dirList
.
some
(
item
=>
file
.
includes
(
item
))
return
!
dirList
.
some
(
item
=>
file
.
includes
(
item
))
}
}
})
})
...
...
vite/plugins/auto-import-vant.js
浏览文件 @
032778cc
...
@@ -6,9 +6,11 @@ export default function createAutoImportVant() {
...
@@ -6,9 +6,11 @@ export default function createAutoImportVant() {
return
[
return
[
autoImport
({
autoImport
({
resolvers
:
[
VantResolver
()],
resolvers
:
[
VantResolver
()],
dts
:
false
// 禁用auto-imports.d.ts生成
}),
}),
Components
({
Components
({
resolvers
:
[
VantResolver
()],
resolvers
:
[
VantResolver
()],
dts
:
false
// 禁用auto-imports.d.ts生成
}),
}),
]
]
};
};
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论