Skip to content

Commit

Permalink
update v2.0.0
Browse files Browse the repository at this point in the history
feat: 將部份頁面獨立成共用組件

feat: 新增 技能區

feat: 感謝 katz UI 設計師贊助設計
  • Loading branch information
crazwade committed Jun 26, 2024
1 parent fca6602 commit b050ae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
npm install
- name: 打包專案
run: |
npx nuxt generate
npm run build
- name: 存放打包後的專案並準備上傳
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "profile",
"version": "v1.1.1",
"version": "v1.1.2",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import { useI18n } from 'vue-i18n';
import MainContent from './view/MainContent/MainContent.vue';
import ControlArea from './view/ControlArea/ControlArea.vue';
import html2pdf from 'html2pdf.js';
const version = process.env.APP_VERSION;
import { version } from '../package.json';
const { locale } = useI18n();
const langValue = ref(false);
Expand Down

0 comments on commit b050ae4

Please sign in to comment.