docs: update images

This commit is contained in:
thehrz 2023-08-14 14:42:59 +08:00
parent ba7fc14858
commit 353b3ed0d0
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
41 changed files with 39 additions and 47 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 29 MiB

After

Width:  |  Height:  |  Size: 29 MiB

View File

@ -10,13 +10,6 @@ useHead({
content: computed(() => isDark() ? '#00aba9' : '#ffffff'), content: computed(() => isDark() ? '#00aba9' : '#ffffff'),
}, },
], ],
link: [
{
rel: 'icon',
type: 'image/svg+xml',
href: 'favicon.svg',
},
],
}) })
</script> </script>

View File

@ -17,13 +17,13 @@ const { isFetching, error, data } = useFetch('https://git.thehrz.net/api/v1/repo
<template> <template>
<v-card> <v-card>
<v-alert <VAlert
v-if="isFetching" v-if="isFetching"
type="info" type="info"
title="加载中" title="加载中"
/> />
<v-alert <VAlert
v-else-if="error" v-else-if="error"
type="error" type="error"
title="加载错误" title="加载错误"

View File

@ -29,7 +29,7 @@ const { isDark, toggleDark } = useDarkMode()
<template> <template>
<v-app-bar app class="!static"> <v-app-bar app class="!static">
<img class="mx-3 w-40px" src="/favicon.svg" alt="NanYuan"> <img class="mx-3 w-40px" src="/images/nav/NanYuan.svg" alt="NanYuan">
<router-link to="/"> <router-link to="/">
<v-toolbar-title class="font-bold"> <v-toolbar-title class="font-bold">

View File

@ -14,14 +14,14 @@
>hi@thehrz.net</a>)联系运营者</b> >hi@thehrz.net</a>)联系运营者</b>
</p> </p>
<v-img class="w-20% hidden md:flex" src="/NanYuanAll.svg" /> <v-img class="w-20% hidden md:flex" src="/images/about/NanYuanAll.svg" />
</section> </section>
<h1>运营信息</h1> <h1>运营信息</h1>
<section> <section>
本站点部署于<a href="https://www.aliyun.com" target="_blank"> 本站点部署于<a href="https://www.aliyun.com" target="_blank">
<v-img class="w-10ch! inline-block" src="/images/aliyun.png" /> <v-img class="w-10ch! inline-block" src="/images/about/aliyun.png" />
</a> </a>
</section> </section>

View File

@ -2,7 +2,7 @@
const friends = [ const friends = [
{ {
name: '合肥市南园学校微信公众号', name: '合肥市南园学校微信公众号',
image: '/NanYuanAll.svg', image: '/images/about/NanYuanAll.svg',
link: 'http://weixin.qq.com/q/02cC4owWLUc221MpxdhA9d', link: 'http://weixin.qq.com/q/02cC4owWLUc221MpxdhA9d',
}, },
{ {

View File

@ -6,9 +6,9 @@ time: "2023-08-11T10:09:05+08:00"
# [存档|转载] 2023合肥一中、六中、八中三校联合招生均衡派位现场直播 # [存档|转载] 2023合肥一中、六中、八中三校联合招生均衡派位现场直播
<v-alert type="info"> <VAlert type="info">
本文转载自<a href="https://m.hfbtv.com/fccommon/Home/detail?site_id=33&detail_type=6&cid=1254">合肥市广播电视台全媒体发布平台</a> 本文转载自<a href="https://m.hfbtv.com/fccommon/Home/detail?site_id=33&detail_type=6&cid=1254">合肥市广播电视台全媒体发布平台</a>
</v-alert> </VAlert>
2023年是实行合肥一中、六中、八中三校联合招生均衡派位的最后一年19预科2班的部分同学也参与了本次摇号我们特地将直播回放作为存档以供纪念。 2023年是实行合肥一中、六中、八中三校联合招生均衡派位的最后一年19预科2班的部分同学也参与了本次摇号我们特地将直播回放作为存档以供纪念。
@ -16,6 +16,7 @@ time: "2023-08-11T10:09:05+08:00"
<script setup lang="ts"> <script setup lang="ts">
import { useScriptTag } from '@vueuse/core' import { useScriptTag } from '@vueuse/core'
import { VAlert } from 'vuetify/components'
useScriptTag( useScriptTag(
'https://player.dogecloud.com/js/loader', 'https://player.dogecloud.com/js/loader',

View File

@ -21,4 +21,4 @@ time: "2023-08-02T22:01:25+08:00"
| 2032 | 合肥三十二中 | 4/4 | 634 | ABBBB | B+C+B-BC+AA | 564 | 348 | | 2032 | 合肥三十二中 | 4/4 | 634 | ABBBB | B+C+B-BC+AA | 564 | 348 |
| 2040 | 合工大附中 | 1/1 | 637 | AAAAA | B-BB-B-B-AA | 567 | 351.5 | | 2040 | 合工大附中 | 1/1 | 637 | AAAAA | B-BB-B-B-AA | 567 | 351.5 |
[查询图片存档](/2023-hfsnyxx-zk.png) [查询图片存档](images/2023-hfsnyxx-zk/2023-hfsnyxx-zk.png)

View File

@ -18,15 +18,15 @@ time: "2023-02-15T22:23:48+08:00"
打开此网站: [Thehrz's Git Server](https://git.thehrz.net/)。 打开此网站: [Thehrz's Git Server](https://git.thehrz.net/)。
![](/images/contribute/contribute_0.png) ![](/images/posts/contribute/contribute_0.png)
点击 `注册` 点击 `注册`
![](/images/contribute/contribute_1.png) ![](/images/posts/contribute/contribute_1.png)
填写基本信息后点击 `注册账号` 填写基本信息后点击 `注册账号`
![](/images/contribute/contribute_2.png) ![](/images/posts/contribute/contribute_2.png)
若成功注册账号,您将自动跳转到个人工作台,并提示 `帐户创建成功。`。至此账号注册完毕。 若成功注册账号,您将自动跳转到个人工作台,并提示 `帐户创建成功。`。至此账号注册完毕。
@ -34,15 +34,15 @@ time: "2023-02-15T22:23:48+08:00"
打开此地址: [19yuke2](https://git.thehrz.net/19yuke2-project/19yuke2)。 打开此地址: [19yuke2](https://git.thehrz.net/19yuke2-project/19yuke2)。
![](/images/contribute/contribute_3.png) ![](/images/posts/contribute/contribute_3.png)
点击 `派生` 点击 `派生`
![](/images/contribute/contribute_4.png) ![](/images/posts/contribute/contribute_4.png)
点击`派生仓库`。 点击`派生仓库`。
![](/images/contribute/contribute_5.png) ![](/images/posts/contribute/contribute_5.png)
这样,您就获得了一个属于自己的`19yuke2`仓库,接下来将指导您更改文件。 这样,您就获得了一个属于自己的`19yuke2`仓库,接下来将指导您更改文件。
@ -56,33 +56,33 @@ time: "2023-02-15T22:23:48+08:00"
转到 `src/posts` 目录下。 转到 `src/posts` 目录下。
![](/images/contribute/contribute_6.png) ![](/images/posts/contribute/contribute_6.png)
点击 `添加文件 -> 新建文件` 点击 `添加文件 -> 新建文件`
> 请注意: 应新建 `.md `文件,比如 `jwd.md` 就是一个合法的文件名。 > 请注意: 应新建 `.md `文件,比如 `jwd.md` 就是一个合法的文件名。
![](/images/contribute/contribute_7.png) ![](/images/posts/contribute/contribute_7.png)
添加一些内容,这里添加了 `jwd.md``src/post/teachers` 目录下。 添加一些内容,这里添加了 `jwd.md``src/post/teachers` 目录下。
完成后翻到页面最下方。 完成后翻到页面最下方。
![](/images/contribute/contribute_8.png) ![](/images/posts/contribute/contribute_8.png)
![](/images/contribute/contribute_9.png) ![](/images/posts/contribute/contribute_9.png)
我们仅仅需要为我们的 `提交` 添加一个`提交名`即可完成提交,比如这里的提交名是 `Add jwd.md` 我们仅仅需要为我们的 `提交` 添加一个`提交名`即可完成提交,比如这里的提交名是 `Add jwd.md`
> 请注意: 在没有更改文件更改文件或没有提交名时,提交按钮将不可点击,我们无法提交。 > 请注意: 在没有更改文件更改文件或没有提交名时,提交按钮将不可点击,我们无法提交。
![](/images/contribute/contribute_10.png) ![](/images/posts/contribute/contribute_10.png)
点击 `提交变更` 即可完成提交。 点击 `提交变更` 即可完成提交。
![](/images/contribute/contribute_11.png) ![](/images/posts/contribute/contribute_11.png)
![](/images/contribute/contribute_12.png) ![](/images/posts/contribute/contribute_12.png)
我们发现提交已经生效。 我们发现提交已经生效。
@ -90,27 +90,27 @@ time: "2023-02-15T22:23:48+08:00"
我们不难发现刚才的`创建文件`部分出现了一个错误。 我们不难发现刚才的`创建文件`部分出现了一个错误。
![](/images/contribute/contribute_13.png) ![](/images/posts/contribute/contribute_13.png)
我们应该创建 `src/posts/teachers/jwd.md` 而不是 `src/post/teachers/jwd.md` 我们应该创建 `src/posts/teachers/jwd.md` 而不是 `src/post/teachers/jwd.md`
这时候我们就可以修改文件了。 这时候我们就可以修改文件了。
![](/images/contribute/contribute_14.png) ![](/images/posts/contribute/contribute_14.png)
点击`编辑文件`。 点击`编辑文件`。
![](/images/contribute/contribute_15.png) ![](/images/posts/contribute/contribute_15.png)
完成对文件的修改后还是向上文提到的那样提交即可。 完成对文件的修改后还是向上文提到的那样提交即可。
### 删除文件 ### 删除文件
![](/images/contribute/contribute_16.png) ![](/images/posts/contribute/contribute_16.png)
点击`删除文件`。 点击`删除文件`。
![](/images/contribute/contribute_17.png) ![](/images/posts/contribute/contribute_17.png)
向上文提到的那样提交即可。 向上文提到的那样提交即可。
@ -122,26 +122,26 @@ time: "2023-02-15T22:23:48+08:00"
下面开始创建 `合并请求` 下面开始创建 `合并请求`
![](/images/contribute/contribute_18.png) ![](/images/posts/contribute/contribute_18.png)
点击 `合并请求` 点击 `合并请求`
![](/images/contribute/contribute_19.png) ![](/images/posts/contribute/contribute_19.png)
点击 `创建合并请求` 点击 `创建合并请求`
![](/images/contribute/contribute_20.png) ![](/images/posts/contribute/contribute_20.png)
点击 `合并到` 选择为 `thehrz:main` 点击 `合并到` 选择为 `thehrz:main`
![](/images/contribute/contribute_21.png) ![](/images/posts/contribute/contribute_21.png)
确认无误后,点击 `创建合并请求` 确认无误后,点击 `创建合并请求`
![](/images/contribute/contribute_22.png) ![](/images/posts/contribute/contribute_22.png)
写一些描述后,点击 `创建合并请求` 写一些描述后,点击 `创建合并请求`
![](/images/contribute/contribute_23.png) ![](/images/posts/contribute/contribute_23.png)
这样我们就成功创建了一个 `合并请求` 这样我们就成功创建了一个 `合并请求`

View File

@ -22,7 +22,7 @@ time: "2023-08-02T23:04:27+08:00"
- - - - - -
以下为19预科2班[^1]毕业照片及师生名单: 以下为19预科2班[^1]毕业照片及师生名单:
<v-img src="/graduation.png"> <v-img src="/images/posts/introduction/graduation.png">
<template v-slot:placeholder> <template v-slot:placeholder>
<div class="flex flex-col items-center justify-center h-100%"> <div class="flex flex-col items-center justify-center h-100%">
<v-progress-circular <v-progress-circular

View File

@ -8,7 +8,7 @@
"esModuleInterop": true, "esModuleInterop": true,
"jsx": "preserve", "jsx": "preserve",
"skipLibCheck": true, "skipLibCheck": true,
"moduleResolution": "node", "moduleResolution": "Node",
"resolveJsonModule": true, "resolveJsonModule": true,
"noUnusedLocals": true, "noUnusedLocals": true,
"strictNullChecks": true, "strictNullChecks": true,

View File

@ -6,7 +6,6 @@ import matter from 'gray-matter'
import Pages from 'vite-plugin-pages' import Pages from 'vite-plugin-pages'
import generateSitemap from 'vite-ssg-sitemap' import generateSitemap from 'vite-ssg-sitemap'
import MarkdownIt from 'markdown-it' import MarkdownIt from 'markdown-it'
import Layouts from 'vite-plugin-vue-layouts' import Layouts from 'vite-plugin-vue-layouts'
import { Vuetify3Resolver } from 'unplugin-vue-components/resolvers' import { Vuetify3Resolver } from 'unplugin-vue-components/resolvers'
import Components from 'unplugin-vue-components/vite' import Components from 'unplugin-vue-components/vite'
@ -20,8 +19,7 @@ import Unocss from 'unocss/vite'
import Shiki from 'markdown-it-shiki' import Shiki from 'markdown-it-shiki'
import Footnote from 'markdown-it-footnote' import Footnote from 'markdown-it-footnote'
import VueMacros from 'unplugin-vue-macros/vite' import VueMacros from 'unplugin-vue-macros/vite'
import Vuetify from 'vite-plugin-vuetify'
import vuetify from 'vite-plugin-vuetify'
export default defineConfig({ export default defineConfig({
resolve: { resolve: {
@ -142,7 +140,7 @@ export default defineConfig({
toggleButtonVisibility: 'never', toggleButtonVisibility: 'never',
}), }),
vuetify({ autoImport: false }), Vuetify({ autoImport: false }),
], ],
// https://github.com/vitest-dev/vitest // https://github.com/vitest-dev/vitest