项目文件夹

文件
2026-07-13 12:31:34 +08:00

63 行
1.2 KiB
Markdown

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
# 二次开发
## 技术选型
前端选型(网页版)
- Node.js
- Vite.js
- Vue3.js
- Vue Router
- Pinia
- Element Plus
- Tailwind CSS
前端选型(桌面版)
- node.js v16.15.1
- vue3.js
- quasar + electron
后端选型
- Python3.7.0
- [Flask](https://flask.palletsprojects.com/en/2.2.x/)
- [jinja2](https://jinja.palletsprojects.com/en/3.1.x/)
- [peeweesqlite](http://docs.peewee-orm.com/en/latest/index.html#)
- [apscheduler](https://apscheduler.readthedocs.io/en/3.x/)
- [supervisord](http://supervisord.org/index.html) 部署推荐
- [gunicorn](https://docs.gunicorn.org/) mac/linux 推荐
- [waitress](https://github.com/Pylons/waitress) windows 推荐
## 接口文档
[https://mouday.github.io/domain-admin/](https://mouday.github.io/domain-admin/)
代码推送
```bash
# github
git push -u origin master
# gitee
git push -u gitee master
```
## 测试证书
证书测试 [https://badssl.com/](https://badssl.com/)
获取证书列表
```js
JSON.stringify([...document.querySelectorAll('a')].map(a=>a.href))
```
批量域名列表 (746314个)
- [alexa-top-1m.csv.zip](http://s3.amazonaws.com/alexa-static/top-1m.csv.zip)
- [docs/top-1m.csv](tests/top-1m.txt)
![](image/domain-admin-process.png)