File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
docs/.vitepress/theme/composables
src/uni_modules/wot-design-uni/components/wd-calendar Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/*
22 * @Author : weisheng
33 * @Date : 2023-08-01 11:12:05
4- * @LastEditTime : 2024-02-04 10:21:21
4+ * @LastEditTime : 2024-05-08 13:29:27
55 * @LastEditors : weisheng
66 * @Description :
77 * @FilePath : \wot-design-uni\docs\.vitepress\theme\composables\friendly.ts
@@ -23,7 +23,7 @@ export function useFriendly() {
2323 if ( data . value && data . value . length ) {
2424 return
2525 }
26- const result = await fetch ( 'https://historysoa.oss-cn-hongkong.aliyuncs.com/sponsors /friendly.json' )
26+ const result = await fetch ( 'https://wot-sponsors.pages.dev /friendly.json' )
2727 const json = await result . json ( )
2828 data . value = json && json . links ? json . links : [ ]
2929 } )
Original file line number Diff line number Diff line change 11/*
22 * @Author : weisheng
33 * @Date : 2023-08-01 11:12:05
4- * @LastEditTime : 2024-02-02 15:30:41
4+ * @LastEditTime : 2024-05-08 13:23:59
55 * @LastEditors : weisheng
66 * @Description :
77 * @FilePath : \wot-design-uni\docs\.vitepress\theme\composables\sponsor.ts
@@ -17,7 +17,7 @@ export function useSponsor() {
1717 if ( data . value ) {
1818 return
1919 }
20- const result = await fetch ( 'https://historysoa.oss-cn-hongkong.aliyuncs.com/sponsors /wot-design-uni.json' )
20+ const result = await fetch ( 'https://wot-sponsors.pages.dev /wot-design-uni.json' )
2121 const json = await result . json ( )
2222 data . value = json
2323 } )
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ export type CalendarOnShortcutsClick = (option: CalendarOnShortcutsClickOption)
203203
204204export type CalendarExpose = {
205205 /** 关闭时间选择器弹窗 */
206- close : ( ) => void ,
206+ close : ( ) => void
207207 /** 打开时间选择器弹窗 */
208208 open : ( ) => void
209209}
You can’t perform that action at this time.
0 commit comments