Skip to content
Open

Dev #71

Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 10 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const ElMessage: typeof import('element-plus/es')['ElMessage']
}
22 changes: 22 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
BackgroundAnimation: typeof import('./src/components/BackgroundAnimation.vue')['default']
CvCard: typeof import('./src/components/CvCard.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElInput: typeof import('element-plus/es')['ElInput']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SingleSelect: typeof import('./src/components/SingleSelect.vue')['default']
ToggleSwitch: typeof import('./src/components/ToggleSwitch.vue')['default']
}
}
1 change: 0 additions & 1 deletion cp-resume
Submodule cp-resume deleted from b54cbd
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/logo.webp">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="CodePaint码绘工作室 - 免费在线简历制作工具,提供专业模板、云端存储、支持导出格式PDF,助您快速创建完美简历。">
<meta name="keywords" content="简历制作,在线简历,免费简历模板,简历下载,PDF简历">
Expand All @@ -17,9 +17,9 @@
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="application/ld+json">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@headlessui/vue": "^1.7.23",
"@tailwindcss/vite": "^4.0.9",
"element-plus": "^2.9.9",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"lucide-vue-next": "^0.477.0",
Expand All @@ -35,6 +37,7 @@
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.4.0",
"@vue/tsconfig": "^0.7.0",
"axios": "^1.9.0",
"eslint": "^9.20.1",
"eslint-plugin-vue": "^9.32.0",
"gh-pages": "^6.3.0",
Expand All @@ -45,13 +48,15 @@
"sass-loader": "^16.0.5",
"tailwindcss": "^4.0.9",
"typescript": "~5.7.3",
"unplugin-auto-import": "^19.1.2",
"unplugin-vue-components": "^28.5.0",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.2",
"vue-tsc": "^2.2.2"
},
"description": "![Version](https://img.shields.io/badge/version-1.0.0-green)",
"main": "index.js",
"main": "index.ts",
"keywords": [],
"author": "",
"author": "codepaint",
"license": "ISC"
}
}
Loading