mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 17:39:07 +08:00
feat: 添加留言板功能,集成 Giscus 评论系统并更新相关配置
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="card">
|
||||
<div class="header">
|
||||
<h2>开发统计</h2>
|
||||
<h2 class="m-0 mb-1 font-semibold">开发统计</h2>
|
||||
<div class="tabs">
|
||||
<button class="tab-button" :class="{ active: activeTab === 'github' }" @click="activeTab = 'github'">
|
||||
GitHub
|
||||
|
||||
Reference in New Issue
Block a user