提交 a0e1e9fa 编写于 作者: Q qq_38870145

Auto Commit

上级 5b2223c8
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
import { reactive } from 'vue' import { reactive } from 'vue'
import { getRemoteCsdnCommit, askGpt } from '../../service/csdnApi.js' import { getRemoteCsdnCommit, askGpt } from '../../service/csdnApi.js'
import { message } from 'ant-design-vue'; import { message } from 'ant-design-vue';
import Author from '../Author.vue'
const state: any = reactive({ const state: any = reactive({
loading: false, loading: false,
analysis: '', analysis: '',
...@@ -56,8 +57,9 @@ const analysisCommit = async () => { ...@@ -56,8 +57,9 @@ const analysisCommit = async () => {
</script> </script>
<template> <template>
<Author />
<a-spin :spinning="state.loading"> <a-spin :spinning="state.loading">
<div> <div style="border:1px solid #3333;padding:5px;">
<div> <div>
<div style="max-width:450px;"> <div style="max-width:450px;">
<a-row justify="space-between"> <a-row justify="space-between">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册