feat:聊天室支持公式,优化文章

This commit is contained in:
橙子
2025-02-12 22:25:15 +08:00
parent 176a672e86
commit bedee3391e
13 changed files with 68 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
</template>
<script setup name="AccessLogChart">
import { ref, defineEmits, defineProps, defineExpose } from "vue";
import { ref } from "vue";
import useEcharts from "@/hooks/useEcharts";
import { accessLogEchartsConfig } from "../../hooks/accessLogEchartsConfig";
const props = defineProps({

View File

@@ -36,7 +36,7 @@
</template>
<script setup name="PointsRanking">
import { defineProps, computed } from "vue";
import { computed } from "vue";
import UserInfoCard from "@/components/UserInfoCard/index.vue";
import UserLimitTag from "@/components/UserLimitTag.vue";
const props = defineProps({

View File

@@ -36,7 +36,7 @@
</template>
<script setup name="RecommendFriend">
import { defineProps, computed } from "vue";
import { computed } from "vue";
import UserInfoCard from "@/components/UserInfoCard/index.vue";
import UserLimitTag from "@/components/UserLimitTag.vue";
const props = defineProps({

View File

@@ -42,7 +42,7 @@
</template>
<script setup name="RecommendFriend">
import { defineProps, ref } from "vue";
import { ref } from "vue";
import { useRouter } from "vue-router";
const props = defineProps({

View File

@@ -3,7 +3,7 @@
</template>
<script setup name="VisitsLineChart">
import { ref, defineEmits, defineProps, defineExpose } from "vue";
import { ref } from "vue";
import useEcharts from "@/hooks/useEcharts";
import { statisticsEcharts } from "../../hooks/echartsConfig";
const props = defineProps({