File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export default defineNuxtConfig({
12
12
} ,
13
13
} ,
14
14
} ,
15
+
15
16
modules : [
16
17
'@vite-pwa/nuxt' ,
17
18
'@nuxtjs/tailwindcss' ,
@@ -24,9 +25,11 @@ export default defineNuxtConfig({
24
25
'@sentry/nuxt/module' ,
25
26
'@nuxt/image' ,
26
27
] ,
28
+
27
29
build : {
28
30
transpile : [ 'vue-clerk' , '@clerk/clerk-js' ] ,
29
31
} ,
32
+
30
33
runtimeConfig : {
31
34
public : {
32
35
sentry : {
@@ -40,6 +43,7 @@ export default defineNuxtConfig({
40
43
tsimsUrl : process . env . TSIMS_URL ,
41
44
clerkSecretKey : process . env . CLERK_SECRET_KEY ,
42
45
} ,
46
+
43
47
shadcn : {
44
48
/**
45
49
* Prefix for all the imported component
@@ -51,12 +55,14 @@ export default defineNuxtConfig({
51
55
*/
52
56
componentDir : './components/ui' ,
53
57
} ,
58
+
54
59
dayjs : {
55
60
locales : [ 'en' , 'zh-cn' ] ,
56
61
plugins : [ 'relativeTime' , 'utc' , 'timezone' ] ,
57
62
defaultLocale : 'zh-cn' ,
58
63
defaultTimezone : 'Asia/Shanghai' ,
59
64
} ,
65
+
60
66
sentry : {
61
67
debug : true ,
62
68
sourceMapsUploadOptions : {
@@ -65,4 +71,6 @@ export default defineNuxtConfig({
65
71
authToken : process . env . SENTRY_AUTH_TOKEN ,
66
72
} ,
67
73
} ,
74
+
75
+ compatibilityDate : '2024-08-12' ,
68
76
} )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const refreshState = ref(false)
26
26
<Icon name =" ic:sharp-remove-red-eye" />
27
27
我的申请
28
28
</CardTitle >
29
- <CardDescription >在此处浏览您的请假申请 </CardDescription >
29
+ <CardDescription >在此处浏览您的活动记录 </CardDescription >
30
30
</CardHeader >
31
31
<CardContent >
32
32
<Skeleton class =" w-full h-32" />
@@ -43,7 +43,7 @@ const refreshState = ref(false)
43
43
<Icon name =" material-symbols:add-circle-outline" />
44
44
新增
45
45
</CardTitle >
46
- <CardDescription >在此处新增请假申请 </CardDescription >
46
+ <CardDescription >在此处新增活动记录 </CardDescription >
47
47
</CardHeader >
48
48
<CardContent >
49
49
<form class =" space-y-6" >
You can’t perform that action at this time.
0 commit comments