Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4847a54
ไฟๅญ˜ๆ ทๅผ
JunChenMoCode Dec 20, 2024
6e7ebab
ไธป้ข˜ไผ˜ๅŒ–ไธญ
JunChenMoCode Dec 20, 2024
0d8db84
ๆ–ฐๆ ทๅผๅŸบๆœฌๅฎŒๆˆ
JunChenMoCode Dec 21, 2024
be45e48
2024-12-21
JunChenMoCode Dec 21, 2024
48fd965
2024-12-22
JunChenMoCode Dec 22, 2024
58867d7
2024-12-23
JunChenMoCode Dec 23, 2024
51d7472
2024-12-23
JunChenMoCode Dec 23, 2024
6795145
2024-12-23
JunChenMoCode Dec 23, 2024
d885495
2024-12-24
JunChenMoCode Dec 24, 2024
5c9eb70
2024-12-25
JunChenMoCode Dec 25, 2024
89af3b1
ๅ‡†ๅค‡ๆทปๅŠ ่กจๅ•็”ŸๆˆๅŠŸ่ƒฝ
JunChenMoCode Dec 26, 2024
afff5c5
2024-12-27
JunChenMoCode Dec 27, 2024
fd18fc4
ๅ‡†ๅค‡ๆทปๅŠ ๅ›พๆ ‡
JunChenMoCode Dec 28, 2024
34d895f
2024-12-30
JunChenMoCode Dec 30, 2024
57bc246
2024-12-30
JunChenMoCode Dec 30, 2024
5e57da6
2024-12-31
JunChenMoCode Dec 31, 2024
6266dd5
2025-01-01
JunChenMoCode Jan 1, 2025
1d955ea
2025-01-01-21:04:12
JunChenMoCode Jan 1, 2025
2a8ca5c
้กถ้ƒจๅฏผ่ˆชๆ 
JunChenMoCode Jan 2, 2025
c1241ca
2025-01-02
JunChenMoCode Jan 2, 2025
ec96b78
2025-01-03
JunChenMoCode Jan 3, 2025
d41731b
2025-01-05
JunChenMoCode Jan 5, 2025
96195ba
2025-01-07
JunChenMoCode Jan 7, 2025
8ae14d6
2025-01-10 20:58:38
JunChenMoCode Jan 10, 2025
4846a25
2025-01-11
JunChenMoCode Jan 11, 2025
9daccc8
ๅ‡†ๅค‡่ทŸๆ–ฐ็‰ˆๆœฌ
JunChenMoCode Jan 12, 2025
8bbff6e
2025-01-12
JunChenMoCode Jan 12, 2025
79f61d9
2025-01-13
JunChenMoCode Jan 13, 2025
ba5dc71
2025-01-14
JunChenMoCode Jan 14, 2025
b35d75f
2025-01-15
JunChenMoCode Jan 15, 2025
1ac00d0
ไผ˜ๅŒ–scss
JunChenMoCode Jan 19, 2025
4d9e686
2025-01-19
JunChenMoCode Jan 19, 2025
fd1f0fe
2025-01-20
JunChenMoCode Jan 20, 2025
f2311be
ๆŽงๅˆถๅฐ2025-01-21
JunChenMoCode Jan 21, 2025
12362da
first commit
JunChenMoCode Apr 10, 2024
6b45fa0
ไฟๅญ˜
JunChenMoCode Apr 10, 2024
414b0be
[ImgBot] Optimize images
ImgBotApp Jan 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
"watchSyncEffect": true,
"ElMessage": true,
"ElNotification": true,
"ElMessageBox": true
"ElMessageBox": true,
"DirectiveBinding": true,
"MaybeRef": true,
"MaybeRefOrGetter": true,
"onWatcherCleanup": true,
"useId": true,
"useModel": true,
"useTemplateRef": true
}
}
39 changes: 0 additions & 39 deletions README.md

This file was deleted.

6 changes: 5 additions & 1 deletion auto-import.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ declare global {
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
const onUnmounted: typeof import('vue')['onUnmounted']
const onUpdated: typeof import('vue')['onUpdated']
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
const provide: typeof import('vue')['provide']
const reactive: typeof import('vue')['reactive']
const readonly: typeof import('vue')['readonly']
Expand All @@ -57,10 +58,13 @@ declare global {
const useAttrs: typeof import('vue')['useAttrs']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVars: typeof import('vue')['useCssVars']
const useId: typeof import('vue')['useId']
const useLink: typeof import('vue-router')['useLink']
const useModel: typeof import('vue')['useModel']
const useRoute: typeof import('vue-router')['useRoute']
const useRouter: typeof import('vue-router')['useRouter']
const useSlots: typeof import('vue')['useSlots']
const useTemplateRef: typeof import('vue')['useTemplateRef']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
Expand All @@ -69,6 +73,6 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}
65 changes: 0 additions & 65 deletions components.d.ts

This file was deleted.

Binary file removed image/README/1714549560549.png
Binary file not shown.
Binary file removed image/README/1714549564673.png
Binary file not shown.
Binary file removed image/README/1714570765516.png
Binary file not shown.
Binary file added image/README/1735455001085.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/ๆ“ไฝœๆ—ฅๅฟ—.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/ๆœๅŠก็›‘ๆŽง.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/็ผ“ๅญ˜็›‘ๆŽง.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/README/่œๅ•็ฎก็†.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.compat.css" />
<title>ๅ›ๅฐ˜้™Œ</title>
</head>
<body>
Expand Down
Loading