
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
!https://img.shields.io/badge/version-1.0.1-blue.svg !https://img.shields.io/badge/license-MIT-blue.svg https://img.shields.io/github/issues/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aopen+is%3Aissue) https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aissue+is%3Aclosed) https://badges.gitter.im/NIT-dgp/General.svg](https://gitter.im/creative-tim-general/Lobby) https://img.shields.io/badge/chat-on%20***-7289da.svg]([***]
!https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-angular/argon-dashboard-angular.gif
Fully Coded Components
Argon Dashboard Angular is built with over 100 individual components, giving you the *** of choosing and com***ing. All components can take variations in color, that you can easily modify using SASS files. You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Dashboard is coming with pre-built examples, so the development process is seamless, switching from our pages to the real website is very easy to be done. Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.
Complex Documentation
Each element is well presented in a very complex documentation. You can read more about the idea behind this dashboard here. You can check the components here and the foundation here.
Example Pages
If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.
[]([][]([][]([][]([][]([***]https://github.com/creativetimofficial/argon-dashboard/tree/sketch
| HTML | React | Angular |
|---|---|---|
| https://github.com/creativetimofficial/public-assets/blob/master/argon-dashboard/argon-dashboard.jpg?raw=true]([***] | https://github.com/creativetimofficial/public-assets/blob/master/argon-dashboard-react/argon-dashboard-react.jpg?raw=true]([***] | https://github.com/creativetimofficial/public-assets/blob/master/argon-dashboard-angular/argon-dashboard-angular.jpg?raw=true]([***] |
| NodeJS | Laravel |
|---|---|
| https://github.com/creativetimofficial/public-assets/blob/master/argon-dashboard-nodejs/argon-dashboard-nodejs.jpg?raw=true]([***] | https://github.com/creativetimofficial/public-assets/blob/master/argon-dashboard-laravel/argon-dashboard-laravel.jpg?raw=true]([***] |
| Dashboard Page | Icons Page | User Profile Page | Tables Page | Login Page | Register Page |
|---|---|---|---|---|---|
| https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-angular/dashboard.png]([***] | https://github.com/creativetimofficial/public-assets/blob/master/argon-dashboard-angular/icons.png?raw=true]([***] | https://github.com/creativetimofficial/public-assets/blob/master/argon-dashboard-angular/user.png?raw=true]([***] | https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-angular/tables.png]([***] | https://github.com/creativetimofficial/public-assets/blob/master/argon-dashboard-angular/login.png?raw=true]([***] | https://github.com/creativetimofficial/public-assets/blob/master/argon-dashboard-angular/register.png?raw=true]([***] |
View More
git clone https://github.com/creativetimofficial/argon-dashboard-angular.git.The documentation for the Argon Dashboard Angular is hosted at our website.
Within the download you'll find the following directories and files:
argon-dashboard-angular ├── CHANGELOG.md ├── README.md ├── angular.json ├── e2e ├── package.json ├── src │ ├── app │ │ ├── app.component.html │ │ ├── app.component.scss │ │ ├── app.component.spec.ts │ │ ├── app.component.ts │ │ ├── app.module.ts │ │ ├── app.routing.ts │ │ ├── components │ │ │ ├── components.module.spec.ts │ │ │ ├── components.module.ts │ │ │ ├── footer │ │ │ │ ├── footer.component.html │ │ │ │ ├── footer.component.scss │ │ │ │ ├── footer.component.spec.ts │ │ │ │ └── footer.component.ts │ │ │ ├── navbar │ │ │ │ ├── navbar.component.html │ │ │ │ ├── navbar.component.scss │ │ │ │ ├── navbar.component.spec.ts │ │ │ │ └── navbar.component.ts │ │ │ └── sidebar │ │ │ ├── sidebar.component.html │ │ │ ├── sidebar.component.scss │ │ │ ├── sidebar.component.spec.ts │ │ │ └── sidebar.component.ts │ │ ├── layouts │ │ │ ├── admin-layout │ │ │ │ ├── admin-layout.component.html │ │ │ │ ├── admin-layout.component.scss │ │ │ │ ├── admin-layout.component.spec.ts │ │ │ │ ├── admin-layout.component.ts │ │ │ │ ├── admin-layout.module.ts │ │ │ │ └── admin-layout.routing.ts │ │ │ └── auth-layout │ │ │ ├── auth-layout.component.html │ │ │ ├── auth-layout.component.scss │ │ │ ├── auth-layout.component.spec.ts │ │ │ ├── auth-layout.component.ts │ │ │ ├── auth-layout.module.ts │ │ │ └── auth-layout.routing.ts │ │ ├── pages │ │ │ ├── dashboard │ │ │ │ ├── dashboard.component.html │ │ │ │ ├── dashboard.component.scss │ │ │ │ ├── dashboard.component.spec.ts │ │ │ │ └── dashboard.component.ts │ │ │ ├── icons │ │ │ │ ├── icons.component.html │ │ │ │ ├── icons.component.scss │ │ │ │ ├── icons.component.spec.ts │ │ │ │ └── icons.component.ts │ │ │ ├── login │ │ │ │ ├── login.component.html │ │ │ │ ├── login.component.scss │ │ │ │ ├── login.component.spec.ts │ │ │ │ └── login.component.ts │ │ │ ├── maps │ │ │ │ ├── maps.component.html │ │ │ │ ├── maps.component.scss │ │ │ │ ├── maps.component.spec.ts │ │ │ │ └── maps.component.ts │ │ │ ├── register │ │ │ │ ├── register.component.html │ │ │ │ ├── register.component.scss │ │ │ │ ├── register.component.spec.ts │ │ │ │ └── register.component.ts │ │ │ ├── tables │ │ │ │ ├── tables.component.html │ │ │ │ ├── tables.component.scss │ │ │ │ ├── tables.component.spec.ts │ │ │ │ └── tables.component.ts │ │ │ └── user-profile │ │ │ ├── user-profile.component.html │ │ │ ├── user-profile.component.scss │ │ │ ├── user-profile.component.spec.ts │ │ │ └── user-profile.component.ts │ │ └── variables │ │ └── charts.ts │ ├── assets │ │ ├── fonts │ │ ├── img │ │ ├── scss │ │ │ ├── angular-differences │ │ │ ├── argon.scss │ │ │ ├── core │ │ │ └── custom │ │ └── vendor │ ├── browserslist │ ├── environments │ ├── favicon.ico │ ├── index.html │ ├── main.ts │ ├── polyfills.ts │ ├── styles.scss │ ├── test.ts │ ├── tsconfig.app.json │ ├── tsconfig.spec.json │ └── tslint.json ├── tsconfig.json └── tslint.json
At present, we officially aim to support the last two versions of the following browsers:
We use GitHub Issues as the official bug tracker for the Material Kit. Here are some advices for our users that want to report an issue:
Copyright 2018 Creative Tim ([***]
Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard-angular/blob/master/LICENSE.md)
: <[]>
: <[]>
Dribbble: https://dribbble.com/creativetim?ref=creativetim
Instagram: <[***]>
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务