Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Merge v3 into main #128

Merged
merged 43 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7012759
feat: Add login page and user auth (#90)
qiyue2015 Apr 25, 2024
d625793
chore: Merge branch 'main' into v3
CharleeWa Jun 1, 2024
d8b8771
refactor: Use SFC `<route>` block for routes (#102)
CharleeWa Jun 3, 2024
014b5b7
Merge branch 'main' into v3
CharleeWa Jun 6, 2024
3fa02b0
chore: Merge branch 'main' into v3
CharleeWa Jun 12, 2024
a61765c
chore: Merge branch 'main' into v3
CharleeWa Jun 17, 2024
d79d4eb
Merge branch 'main' into v3
CharleeWa Jun 17, 2024
5ccb863
refactor: Remove transition animations (#103)
CharleeWa Jun 18, 2024
01ad535
Merge branch 'main' into v3
CharleeWa Jun 24, 2024
f89b4d6
Merge branch 'main' into v3
CharleeWa Jun 29, 2024
f1a3895
style: enhance homepage display
CharleeWa Jun 29, 2024
78bedd3
refactor: Simplify Tabbar visibility with whitelist (#103)
CharleeWa Jul 1, 2024
986aede
refactor: Remove store.js and use localStorage instead (#109)
CharleeWa Jul 1, 2024
8204597
chore: Remove pnpm deprecated warnings
CharleeWa Jul 1, 2024
62b2085
Merge branch 'main' into v3
CharleeWa Jul 20, 2024
e2bc895
Merge branch 'main' into v3
CharleeWa Jul 22, 2024
7de7f07
chore: upgrade unplugin-auto-import to 0.18.1
CharleeWa Jul 24, 2024
7c87e54
chore: fix types
CharleeWa Jul 24, 2024
4bf7e44
dx: remove common-intellisense
CharleeWa Jul 24, 2024
d64d86b
chore: fix eslint
CharleeWa Jul 25, 2024
660113d
chore: merge code
CharleeWa Aug 8, 2024
616b8da
chore: add goto-alias
CharleeWa Aug 8, 2024
000dddc
chore: add some `i18` field
ljt990218 Aug 16, 2024
dc601d1
refactor: Remove Container component, apply padding in app.vue
CharleeWa Aug 18, 2024
4bcdd0f
chore: merge code
CharleeWa Aug 18, 2024
f3209cd
chore: remove unused file references
CharleeWa Aug 18, 2024
5e4f817
Merge branch 'main' into v3
CharleeWa Aug 24, 2024
3bc26f8
refactor: update user center page (#110)
CharleeWa Aug 24, 2024
9ff2ce2
feat: Add settings page (#121)
CharleeWa Aug 26, 2024
151aa3b
chore: Update .npmrc
CharleeWa Aug 26, 2024
0badda2
chore: Update vscode settings
CharleeWa Aug 26, 2024
2cb9ce6
feat: Use vant's own auto-import resolver
CharleeWa Aug 26, 2024
44dff2b
chore: Update login page with logo (#89)
CharleeWa Aug 29, 2024
f9f2025
chore: merge code
CharleeWa Aug 29, 2024
00a26a2
Merge branch 'main' into v3
CharleeWa Sep 2, 2024
03c6045
refactor: login page (#89)
CharleeWa Sep 12, 2024
b4061d9
refactor: Move type files to src/types (#126)
CharleeWa Sep 12, 2024
1334b0b
wip: Add forgot-password (#123)
CharleeWa Sep 14, 2024
bc51ede
feat: Add get verification code (#123)
CharleeWa Sep 18, 2024
a290664
feat: Add reset password (#123)
CharleeWa Sep 19, 2024
d07894c
feat: Add user register page (#122)
CharleeWa Sep 20, 2024
46ac00b
chore: update deps
CharleeWa Sep 20, 2024
a1dca43
chore: Add vant notify style in optimizeDeps
CharleeWa Sep 22, 2024
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
Prev Previous commit
Next Next commit
chore: upgrade unplugin-auto-import to 0.18.1
  • Loading branch information
CharleeWa committed Jul 24, 2024
commit 7de7f0700d3599b46aef5e7d05666e015c160bac
1 change: 0 additions & 1 deletion build/vite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export function createVitePlugins() {
dirs: [
'src/composables',
],
viteOptimizeDeps: false,
}),

// https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"terser": "^5.31.3",
"typescript": "^5.5.3",
"unocss": "0.61.5",
"unplugin-auto-import": "^0.18.0",
"unplugin-auto-import": "^0.18.1",
"unplugin-vue-components": "^0.27.3",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.3.4",
Expand Down
35 changes: 27 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.