提交 c81f77ee 编写于 作者: N nvg_haru

Auto Commit

上级 eaf5ddc8
......@@ -9,7 +9,7 @@ import html2canvas from 'html2canvas';
// state
const state = reactive({
current: '评论'
current: 'grade查询分数'
})
/** 下载图片 */
......@@ -90,9 +90,9 @@ onBeforeMount(() => {
<div style="text-align: center;padding: 20px;">
<a-radio-group v-model:value="state.current" name="radioGroup">
<a-radio value="grade查询分数">csdn查询分数</a-radio>
<a-radio value="新星赛道选手信息可视化">csdn新星赛道可视化</a-radio>
<!-- <a-radio value="新星赛道选手信息可视化">csdn新星赛道可视化</a-radio>
<a-radio value="抽奖">随机抽奖</a-radio>
<a-radio value="评论">csdn分析评论</a-radio>
<a-radio value="评论">csdn分析评论</a-radio> -->
</a-radio-group>
<a-button type="primary" @click="shotAction">
截图
......
<template>
<div style="display: flex;">
<div style="width: 50%;">
<p>作者:yma16</p>
<!-- <p>作者:yma16</p>
<p>代码仓库(gitcode):<a href="https://gitcode.net/qq_38870145/vue-csdn-grade"
target="_blank">https://gitcode.net/qq_38870145/vue-csdn-grade</a>
</p>
......@@ -14,7 +14,7 @@
<div>
<a-image :height="70" :width="50" src="https://yongma16.xyz/staticFile/common/img/wx-pay.jpg" ref="imgRef" />
</div>
</div>
</div> -->
</div>
<div style="width: 50%;text-align: right;line-height: 185px;padding-right: 20px;">
<a href="https://blog.csdn.net/qq_38870145?type=blog" target="_blank">
......@@ -43,7 +43,7 @@ onMounted(()=>{
background: url(../assets/csdn.jpg);
background-size: 100%;
width: 100px;
height: 100px;
/* height: 100px; */
display: inline-block;
cursor: pointer;
}
......
......@@ -104,7 +104,7 @@ onUnmounted(() => {
<template>
<div class="container">
<Author />
<!-- <Author /> -->
<div style="text-align: center;">
<a style="font-size: 24px;font-weight:bolder;">{{ state.title }}</a>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册