docs: add 2023-168
This commit is contained in:
parent
0aec9e36bc
commit
3c270a6892
31
src/posts/2023-168.md
Normal file
31
src/posts/2023-168.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "[存档|转载] 2023合肥一中、六中、八中三校联合招生均衡派位现场直播"
|
||||
author: "thehrz"
|
||||
time: "2023-08-11T10:09:05+08:00"
|
||||
---
|
||||
|
||||
# [存档|转载] 2023合肥一中、六中、八中三校联合招生均衡派位现场直播
|
||||
|
||||
<v-alert type="info" :text="a">
|
||||
本文转载自<a href="https://m.hfbtv.com/fccommon/Home/detail?site_id=33&detail_type=6&cid=1254">合肥市广播电视台全媒体发布平台</a>
|
||||
</v-alert>
|
||||
|
||||
2023年是实行合肥一中、六中、八中三校联合招生均衡派位的最后一年,19预科2班的部分同学也参与了本次摇号,我们特地将直播回放作为存档,以供纪念。
|
||||
|
||||
<div id="player" />
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useScriptTag } from '@vueuse/core'
|
||||
|
||||
useScriptTag(
|
||||
'https://player.dogecloud.com/js/loader',
|
||||
() => {
|
||||
var player = new DogePlayer({
|
||||
container: document.getElementById('player'),
|
||||
userId: 2042,
|
||||
vcode: 'd22513129b15ebe6',
|
||||
autoPlay: false
|
||||
});
|
||||
},
|
||||
)
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user