docs: add README visitor countor

This commit is contained in:
moonrailgun 2024-03-09 18:27:02 +08:00
parent 0dec9b5a8c
commit f0a1ed3cdf
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
[![CI](https://github.com/msgbyte/tianji/actions/workflows/ci.yaml/badge.svg)](https://github.com/msgbyte/tianji/actions/workflows/ci.yaml)
[![Build Reporter Release](https://github.com/msgbyte/tianji/actions/workflows/reporter-release.yml/badge.svg)](https://github.com/msgbyte/tianji/actions/workflows/reporter-release.yml)
[![Docker Build CI](https://github.com/msgbyte/tianji/actions/workflows/ci-docker.yaml/badge.svg)](https://github.com/msgbyte/tianji/actions/workflows/ci-docker.yaml)
![Tianji Visitor](https://tianji.moonrailgun.com/telemetry/clnzoxcy10001vy2ohi4obbi0/cltjxvcwm02wdut4e106maek7/badge.svg)
# Tianji

View File

@ -84,7 +84,7 @@ export const TelemetryList: React.FC = React.memo(() => {
<h2>Count your website visitor:</h2>
<p>
if your article support raw html, you can direct insert it{' '}
<Typography.Text code={true} copyable={{ text: blankGif }}>
<Typography.Text code={true} copyable={{ text: countBadgeUrl }}>
{countBadgeUrl}
</Typography.Text>
</p>