Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
ant-design-dtinsight-theme
Advanced tools
本项目为数栈 UI4.0 规范样式
项目预览地址:http://172.16.8.108:8989/docs/react/getting-started-cn (内网访问)
├── .
├── .gitignore // git 忽略
├── README.md // 文档说明
├── bisheng.config.js // 全局配置文件
├── components // 组件功能
├── dist // 打包后静态文件输出目录
├── docs // markdown 文件
├── default.conf // docker nignx 配置文件
├── package.json // 项目依赖
└── theme // 基于 Ant Desgin 的主题(子目录中的dt-theme为UI4.0定制样式)
npm install // 安装项目依赖
npm run dev // 启动项目
npm run clean // 清除 dist 目录下的静态文件
npm run release // 版本发布
npm run changelog // 生成changelog
npm run build // 打包项目、静态文件生成目录为当前目录的 dist
server {
listen 80;
server_name api.domain.com;
root /www/antd-bisheng-docs/dist;
location / {
index index.html;
rewrite ^/$ /docs/react/getting-started.html redirect;
}
error_page 500 502 503 504 404 http://api.domain.com/docs/react/getting-started.html;
}
模板文件路径 ./theme/static/template.html
首页为空白页,需用 nginx rewrite 至指定页面
目前仅支持中文,如需使用其他语言请自行解决
FAQs
This is a document of dtinsight-theme based on Ant Design.
The npm package ant-design-dtinsight-theme receives a total of 1 weekly downloads. As such, ant-design-dtinsight-theme popularity was classified as not popular.
We found that ant-design-dtinsight-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.