修改readme

This commit is contained in:
jiangteng 2023-02-14 16:02:30 +08:00
parent f0607a83dd
commit a7ce23820c
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,5 @@
# satellite-track
[中文](https://github.com/jiangteng2019/satellite-track#readme) | [English](https://github.com/jiangteng2019/satellite-track/blob/master/README.en.md)
## Introduction

View File

@ -1,10 +1,11 @@
# satellite-track
[中文](https://github.com/jiangteng2019/satellite-track#readme) | [English](https://github.com/jiangteng2019/satellite-track/blob/master/README.en.md)
## 概览
## 介绍
satellite-track 是一款追踪卫星轨道的程序使用cesium、vue、satelliteJS开发。支持24小时之内(性能考虑)的卫星和卫星星座轨道显示同时也支持自定义的卫星轨道数据TLE加载。数据来源于celestrak。
## Preview
## 预览
#### [【satellite-track】](https://jiangteng2019.github.io/satellite-track/)
#### [【备用地址】](http://120.48.134.120:10181/satellite-track/)

View File

@ -202,7 +202,7 @@ function handleSatelliteChange(e) {
}
function handleClearTLECache() {
ElMessageBox.confirm("清空TLE缓存后手动刷新页面将重新下载TLE数据是否继续", "确定", {
ElMessageBox.confirm("清空TLE缓存后手动刷新页面将重新下载TLE数据是否继续", "提示", {
distinguishCancelAndClose: true,
confirmButtonText: '确定',
cancelButtonText: '取消',