/
githubmirror
/
advanced-java
Обзор
Документация
Войти
/
githubmirror
/
advanced-java
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/.vitepress/theme/Layout.vue
38 строк
1 KB
yanglbme
feat: add custom theme layout
13 апр 2025, 15:23
13 апр 2025, 15:23
794aee1
Код
Авторство
О чём код?
<template> <Layout> <template #doc-footer-before> <div style=" margin-top: 40px; padding: 2em 0; text-align: center; border-top: 1px solid #e2e2e2; " > <table style="margin: 0 auto"> <tbody> <tr> <td align="center" style="width: 260px"> <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-doocs.png" style="width: 200px" /><br /> </td> <td align="center" style="width: 260px"> <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-yanglbme.png" style="width: 200px" /><br /> </td> </tr> </tbody> </table> </div> </template> </Layout> </template> <script setup> import DefaultTheme from 'vitepress/theme'; const { Layout } = DefaultTheme; </script>