chore: update about
This commit is contained in:
parent
88e6e8d78f
commit
e2d80b78d8
1
src/components.d.ts
vendored
1
src/components.d.ts
vendored
@ -24,7 +24,6 @@ declare module 'vue' {
|
||||
VList: typeof import('vuetify/components')['VList']
|
||||
VListItem: typeof import('vuetify/components')['VListItem']
|
||||
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
||||
VMain: typeof import('vuetify/components')['VMain']
|
||||
VMenu: typeof import('vuetify/components')['VMenu']
|
||||
VSpacer: typeof import('vuetify/components')['VSpacer']
|
||||
VTimeline: typeof import('vuetify/components')['VTimeline']
|
||||
|
@ -3,7 +3,9 @@
|
||||
<div class="i-carbon-dicom-overlay text-4xl -mb-6 m-auto" />
|
||||
<h3>关于本站</h3>
|
||||
</section>
|
||||
|
||||
<h1>基本信息</h1>
|
||||
|
||||
<section class="flex">
|
||||
<p>
|
||||
合肥市南园学校是位于安徽省合肥市包河区的一所公办九年一贯制学校,现分为南校区(初中部)、北校区(小学部)。19 预科 2 班成立于初中校区,由原小学部 2019 届五(2)班改组而成。因本站点未经 19 预科 2
|
||||
@ -17,7 +19,7 @@
|
||||
|
||||
<h1>运营信息</h1>
|
||||
|
||||
<p>本站点部署于 <a href="https://cn.aliyun.com/" target="_blank">阿里云</a></p>
|
||||
<p>本站点部署于 <a href="https://cn.aliyun.com/" target="_blank">阿里云</a>。</p>
|
||||
|
||||
<h1>版权信息</h1>
|
||||
|
||||
@ -26,7 +28,17 @@
|
||||
<v-img class="w-15%! mb-5" alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
|
||||
</a>
|
||||
|
||||
本站作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。
|
||||
本站文学作品(<router-link to="/posts" v-text="`文章`" />)采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。
|
||||
</section>
|
||||
|
||||
<h1>开源协议</h1>
|
||||
|
||||
<section>
|
||||
<p>本站基于MIT协议开源。</p>
|
||||
<ul>
|
||||
<li><a href="/LICENSE" v-text="`LICENSE`" /></li>
|
||||
<li><a href="https://git.thehrz.net/19yuke2-project" v-text="`19yuke2-project`" /></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<h1>此站点的意义</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user