mirror of
https://github.com/Buriburizaem0n/MiPanel.git
synced 2025-12-13 04:34:21 +00:00
<edit> changed readme and default domains list.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
26
README.md
26
README.md
@@ -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 即可。
|
||||
|
||||
|
||||

|
||||
|
||||
## 其他信息
|
||||
|
||||
- 公众号:
|
||||
- 
|
||||
- 打赏码(微信&支付宝二合一,方便哈哈):
|
||||
- 
|
||||
|
||||
Reference in New Issue
Block a user