Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-psp
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-psp
Commits
87bbb280
提交
87bbb280
authored
8月 15, 2024
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: bump deps
上级
1a508cf6
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
17 个修改的文件
包含
26 行增加
和
18 行删除
+26
-18
.eslintrc-auto-import.json
.eslintrc-auto-import.json
+14
-10
auto-imports.d.ts
auto-imports.d.ts
+12
-8
package-lock.json
package-lock.json
+0
-0
package.json
package.json
+0
-0
List.vue
src/modules/audit/views/List.vue
+0
-0
View.vue
src/modules/audit/views/View.vue
+0
-0
List.vue
src/modules/banner/views/List.vue
+0
-0
Update.vue
src/modules/banner/views/Update.vue
+0
-0
List.vue
src/modules/doc/views/List.vue
+0
-0
Update.vue
src/modules/doc/views/Update.vue
+0
-0
List.vue
src/modules/lecturer/views/List.vue
+0
-0
Update.vue
src/modules/lecturer/views/Update.vue
+0
-0
View.vue
src/modules/qa/views/View.vue
+0
-0
List.vue
src/modules/video/views/List.vue
+0
-0
tsconfig.json
tsconfig.json
+0
-0
tsconfig.vite-config.json
tsconfig.vite-config.json
+0
-0
vite.config.ts
vite.config.ts
+0
-0
没有找到文件。
.eslintrc-auto-import.json
浏览文件 @
87bbb280
{
{
"globals"
:
{
"globals"
:
{
"$"
:
true
,
"$$"
:
true
,
"$computed"
:
true
,
"$customRef"
:
true
,
"$ref"
:
true
,
"$shallowRef"
:
true
,
"$toRef"
:
true
,
"EffectScope"
:
true
,
"EffectScope"
:
true
,
"computed"
:
true
,
"computed"
:
true
,
"createApp"
:
true
,
"createApp"
:
true
,
...
@@ -63,6 +56,18 @@
...
@@ -63,6 +56,18 @@
"watch"
:
true
,
"watch"
:
true
,
"watchEffect"
:
true
,
"watchEffect"
:
true
,
"watchPostEffect"
:
true
,
"watchPostEffect"
:
true
,
"watchSyncEffect"
:
true
"watchSyncEffect"
:
true
,
"Component"
:
true
,
"ComponentPublicInstance"
:
true
,
"ComputedRef"
:
true
,
"ExtractDefaultPropTypes"
:
true
,
"ExtractPropTypes"
:
true
,
"ExtractPublicPropTypes"
:
true
,
"InjectionKey"
:
true
,
"PropType"
:
true
,
"Ref"
:
true
,
"VNode"
:
true
,
"WritableComputedRef"
:
true
,
"toValue"
:
true
}
}
}
}
\ No newline at end of file
auto-imports.d.ts
浏览文件 @
87bbb280
// Generated by 'unplugin-auto-import'
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export
{}
export
{}
declare
global
{
declare
global
{
const
$$
:
typeof
import
(
'vue/macros'
)[
'$$'
]
const
$
:
typeof
import
(
'vue/macros'
)[
'$'
]
const
$computed
:
typeof
import
(
'vue/macros'
)[
'$computed'
]
const
$customRef
:
typeof
import
(
'vue/macros'
)[
'$customRef'
]
const
$ref
:
typeof
import
(
'vue/macros'
)[
'$ref'
]
const
$shallowRef
:
typeof
import
(
'vue/macros'
)[
'$shallowRef'
]
const
$toRef
:
typeof
import
(
'vue/macros'
)[
'$toRef'
]
const
EffectScope
:
typeof
import
(
'vue'
)[
'EffectScope'
]
const
EffectScope
:
typeof
import
(
'vue'
)[
'EffectScope'
]
const
computed
:
typeof
import
(
'vue'
)[
'computed'
]
const
computed
:
typeof
import
(
'vue'
)[
'computed'
]
const
createApp
:
typeof
import
(
'vue'
)[
'createApp'
]
const
createApp
:
typeof
import
(
'vue'
)[
'createApp'
]
...
@@ -52,6 +49,7 @@ declare global {
...
@@ -52,6 +49,7 @@ declare global {
const
toRaw
:
typeof
import
(
'vue'
)[
'toRaw'
]
const
toRaw
:
typeof
import
(
'vue'
)[
'toRaw'
]
const
toRef
:
typeof
import
(
'vue'
)[
'toRef'
]
const
toRef
:
typeof
import
(
'vue'
)[
'toRef'
]
const
toRefs
:
typeof
import
(
'vue'
)[
'toRefs'
]
const
toRefs
:
typeof
import
(
'vue'
)[
'toRefs'
]
const
toValue
:
typeof
import
(
'vue'
)[
'toValue'
]
const
triggerRef
:
typeof
import
(
'vue'
)[
'triggerRef'
]
const
triggerRef
:
typeof
import
(
'vue'
)[
'triggerRef'
]
const
unref
:
typeof
import
(
'vue'
)[
'unref'
]
const
unref
:
typeof
import
(
'vue'
)[
'unref'
]
const
useAttrs
:
typeof
import
(
'vue'
)[
'useAttrs'
]
const
useAttrs
:
typeof
import
(
'vue'
)[
'useAttrs'
]
...
@@ -66,3 +64,9 @@ declare global {
...
@@ -66,3 +64,9 @@ declare global {
const
watchPostEffect
:
typeof
import
(
'vue'
)[
'watchPostEffect'
]
const
watchPostEffect
:
typeof
import
(
'vue'
)[
'watchPostEffect'
]
const
watchSyncEffect
:
typeof
import
(
'vue'
)[
'watchSyncEffect'
]
const
watchSyncEffect
:
typeof
import
(
'vue'
)[
'watchSyncEffect'
]
}
}
// for type re-export
declare
global
{
// @ts-ignore
export
type
{
Component
,
ComponentPublicInstance
,
ComputedRef
,
ExtractDefaultPropTypes
,
ExtractPropTypes
,
ExtractPublicPropTypes
,
InjectionKey
,
PropType
,
Ref
,
VNode
,
WritableComputedRef
}
from
'vue'
import
(
'vue'
)
}
package-lock.json
浏览文件 @
87bbb280
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/audit/views/List.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/audit/views/View.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/banner/views/List.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/banner/views/Update.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/doc/views/List.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/doc/views/Update.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/lecturer/views/List.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/lecturer/views/Update.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/qa/views/View.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
src/modules/video/views/List.vue
浏览文件 @
87bbb280
差异被折叠。
点击展开。
tsconfig.json
浏览文件 @
87bbb280
差异被折叠。
点击展开。
tsconfig.vite-config.json
浏览文件 @
87bbb280
差异被折叠。
点击展开。
vite.config.ts
浏览文件 @
87bbb280
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论