Add ChangeLog

This commit is contained in:
thehrz 2023-06-23 09:34:27 +08:00
parent 8173ed2fa1
commit 90920377a1
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158
6 changed files with 3252 additions and 2884 deletions

View File

@ -15,56 +15,56 @@
"up": "taze major -I" "up": "taze major -I"
}, },
"dependencies": { "dependencies": {
"@unocss/preset-typography": "^0.53.1", "@unocss/preset-typography": "^0.53.3",
"@unocss/reset": "^0.48.4", "@unocss/reset": "^0.48.5",
"@vueuse/core": "^9.11.0", "@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.0.22", "@vueuse/head": "^1.1.26",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"vite-plugin-vuetify": "^1.0.2", "vite-plugin-vuetify": "^1.0.2",
"vue": "^3.2.45", "vue": "^3.3.4",
"vue-demi": "^0.13.11", "vue-demi": "^0.13.11",
"vue-i18n": "^9.2.2", "vue-i18n": "^9.2.2",
"vue-router": "^4.1.6", "vue-router": "^4.2.2",
"vuetify": "^3.1.5" "vuetify": "^3.3.5"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.34.1", "@antfu/eslint-config": "^0.34.2",
"@iconify-json/carbon": "^1.1.13", "@iconify-json/carbon": "^1.1.18",
"@iconify-json/simple-icons": "^1.1.48", "@iconify-json/simple-icons": "^1.1.57",
"@intlify/unplugin-vue-i18n": "^0.8.1", "@intlify/unplugin-vue-i18n": "^0.8.2",
"@mdi/font": "^7.1.96", "@mdi/font": "^7.2.96",
"@types/markdown-it-link-attributes": "^3.0.1", "@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue": "^4.2.3",
"@vue-macros/volar": "^0.5.15", "@vue-macros/volar": "^0.5.15",
"@vue/test-utils": "^2.2.7", "@vue/test-utils": "^2.4.0",
"critters": "^0.0.16", "critters": "^0.0.16",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cypress": "^12.3.0", "cypress": "^12.15.0",
"eslint": "^8.32.0", "eslint": "^8.43.0",
"eslint-plugin-cypress": "^2.12.1", "eslint-plugin-cypress": "^2.13.3",
"https-localhost": "^4.7.1", "https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1", "markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.7.2", "markdown-it-shiki": "^0.7.2",
"pnpm": "^7.25.1", "pnpm": "^7.33.1",
"shiki": "^0.12.1", "shiki": "^0.12.1",
"taze": "^0.8.5", "taze": "^0.8.5",
"typescript": "^4.9.4", "typescript": "^4.9.5",
"unocss": "^0.48.4", "unocss": "^0.48.5",
"unplugin-auto-import": "^0.13.0", "unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.22.12", "unplugin-vue-components": "^0.22.12",
"unplugin-vue-macros": "^1.4.2", "unplugin-vue-macros": "^1.11.2",
"vite": "^4.0.4", "vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.14", "vite-plugin-inspect": "^0.7.28",
"vite-plugin-pages": "^0.28.0", "vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.1", "vite-plugin-pwa": "^0.14.7",
"vite-plugin-vue-component-preview": "^0.3.4", "vite-plugin-vue-component-preview": "^0.3.4",
"vite-plugin-vue-inspector": "^3.2.1", "vite-plugin-vue-inspector": "^3.4.2",
"vite-plugin-vue-layouts": "^0.7.0", "vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.22.2", "vite-plugin-vue-markdown": "^0.22.6",
"vite-ssg": "^0.22.1", "vite-ssg": "^0.22.2",
"vite-ssg-sitemap": "^0.4.3", "vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.27.2", "vitest": "^0.27.3",
"vue-tsc": "^1.0.24" "vue-tsc": "^1.8.1"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -113,6 +113,7 @@ declare global {
const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter'] const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
const useArrayFind: typeof import('@vueuse/core')['useArrayFind'] const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex'] const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin'] const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
const useArrayMap: typeof import('@vueuse/core')['useArrayMap'] const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce'] const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
@ -210,6 +211,7 @@ declare global {
const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark'] const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages'] const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion'] const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
const usePrevious: typeof import('@vueuse/core')['usePrevious']
const useRafFn: typeof import('@vueuse/core')['useRafFn'] const useRafFn: typeof import('@vueuse/core')['useRafFn']
const useRefHistory: typeof import('@vueuse/core')['useRefHistory'] const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver'] const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
@ -394,6 +396,7 @@ declare module 'vue' {
readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']> readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']> readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']> readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']> readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']> readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']> readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
@ -491,6 +494,7 @@ declare module 'vue' {
readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']> readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']> readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']> readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']> readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']> readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']> readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>

1
src/components.d.ts vendored
View File

@ -7,6 +7,7 @@ export {}
declare module '@vue/runtime-core' { declare module '@vue/runtime-core' {
export interface GlobalComponents { export interface GlobalComponents {
ChangeLog: typeof import('./components/ChangeLog.vue')['default']
Footer: typeof import('./components/Footer.vue')['default'] Footer: typeof import('./components/Footer.vue')['default']
Nav: typeof import('./components/Nav.vue')['default'] Nav: typeof import('./components/Nav.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import('vue-router')['RouterLink']

View File

@ -0,0 +1,9 @@
<script setup lang="ts">
const { data } = useFetch('https://git.thehrz.net/api/v1/repos/thehrz/19yuke2-vue/commits?stat=false')
</script>
<template>
<p>{{ data }}</p>
</template>
<style scoped></style>

View File

@ -15,3 +15,7 @@
曾几何时,我天真的认为自己的记忆能够记住一切。但随着年龄的增长,我开始发现我已经记不得一些事情了,每天的学习与繁杂的琐事占用我的大量精力。 我开始思考,未来的我,会不会将现在如此美好而又宝贵的校园记忆忘却了?“互联网是有记忆的,互联网会记住一切”我不敢保证此站点还会继续运营下去、托管商不会跑路, 曾几何时,我天真的认为自己的记忆能够记住一切。但随着年龄的增长,我开始发现我已经记不得一些事情了,每天的学习与繁杂的琐事占用我的大量精力。 我开始思考,未来的我,会不会将现在如此美好而又宝贵的校园记忆忘却了?“互联网是有记忆的,互联网会记住一切”我不敢保证此站点还会继续运营下去、托管商不会跑路,
所以在我这里这句话是并不能完全成立的。人的记忆更是如此,我们的记忆很快会更迭旧事物,慢慢地,我们开始淡忘许多在现在我们见证的事物。“见证者为见证而来,铭记者因铭记而生”本站点同样因铭记而生。我想在未来的我们看来,此网站的许多事物,包括图片、文字,甚至此网站的技术都是“老掉牙的”,但是,你哪怕只有一点点的感到怀念,对于一些往事你开始有了与当年不同的感想,我相信这个站点就是有意义的。 所以在我这里这句话是并不能完全成立的。人的记忆更是如此,我们的记忆很快会更迭旧事物,慢慢地,我们开始淡忘许多在现在我们见证的事物。“见证者为见证而来,铭记者因铭记而生”本站点同样因铭记而生。我想在未来的我们看来,此网站的许多事物,包括图片、文字,甚至此网站的技术都是“老掉牙的”,但是,你哪怕只有一点点的感到怀念,对于一些往事你开始有了与当年不同的感想,我相信这个站点就是有意义的。
# 更新日志
<change-log />