<edit> changed readme and default domains list.

This commit is contained in:
2025-08-30 12:54:41 +08:00
parent 0f4d74a473
commit 943f467014
2 changed files with 0 additions and 31 deletions

View File

@@ -179,11 +179,6 @@ let domains = loadDomains();
/* ========== 首次初始化:如果本地为空,写入默认数据 ========== */
if (!domains.length) {
domains = [
{ domainFull: 'evan.xin', registrar: 'Spaceship', registerDate: '2023-05-20', expireDate: '2026-05-20', registerPrice: 100, renewPrice: 100, targetPrice: 500, actualPrice: 500, notes: '这是我的博客' },
{ domainFull: 'evan.plus', registrar: 'Spaceship', registerDate: '2023-05-20', expireDate: '2026-05-20', registerPrice: 100, renewPrice: 100, targetPrice: 500, actualPrice: 500, notes: '' },
{ domainFull: 'evan.top', registrar: 'Spaceship', registerDate: '2023-05-20', expireDate: '2026-05-20', registerPrice: 100, renewPrice: 100, targetPrice: 500, actualPrice: 500, notes: '' },
{ domainFull: 'evanmi.top', registrar: 'Spaceship', registerDate: '2023-05-20', expireDate: '2026-05-20', registerPrice: 100, renewPrice: 100, targetPrice: 500, actualPrice: 500, notes: '' },
{ domainFull: 'shebao.cx', registrar: 'Spaceship', registerDate: '2023-05-20', expireDate: '2026-05-20', registerPrice: 100, renewPrice: 100, targetPrice: 500, actualPrice: 500, notes: '' }
];
saveDomains();
}

View File

@@ -1,19 +1,3 @@
<div style="display: flex; align-items: center; gap: 10px;">
<a href="https://evan.xin" target="_blank">
<img src="https://img.shields.io/badge/Blog-Evan's%20Space-black?logo=blog&color=red&style=flat" alt="Blog-Evan's Space" style="display: inline-block;">
</a>
<a href="https://github.com/EvanTop/MiPanel" target="_blank">
<img src="https://img.shields.io/github/repo-size/EvanTop/MiPanel?style=flat" alt="Repo Size" style="display: inline-block;">
</a>
<a href="https://github.com/EvanTop/MiPanel/stargazers" target="_blank">
<img src="https://img.shields.io/github/stars/EvanTop/MiPanel?style=flat" alt="Stars" style="display: inline-block;">
</a>
<a href="https://github.com/EvanTop/MiPanel/releases" target="_blank">
<img src="https://img.shields.io/github/downloads/EvanTop/MiPanel/total?style=flat" alt="GitHub All Releases" style="display: inline-block;">
</a>
</div>
MiPanel是一个域名资产盈亏管理工具
- 本地存储,无需后端
@@ -21,13 +5,3 @@ MiPanel是一个域名资产盈亏管理工具
- 实时到期提醒、统计面板
- 支持分页、搜索、增删改
打开即用,复制保存为 index.html 即可。
![img1](https://i.imgur.com/cKDeDwA.png)
## 其他信息
- 公众号:
- ![公众号](https://www.evan.xin/wp-content/uploads/2025/04/111.png)
- 打赏码(微信&支付宝二合一,方便哈哈)
- ![公众号](https://www.evan.xin/wp-content/uploads/2025/05/wechat-alipay.png)