A clean, elegant, beautiful and powerful admin template, based on Vue3, Vite6, TypeScript, Pinia, NaiveUI and UnoCSS. 一个清新优雅、高颜值且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia, NaiveUI 和 UnoCSS。 - soybeanjs
SmartAdmin国内首个以「高质量代码」为核心,「简洁、高效、安全」快速开发平台;基于SpringBoot2/3 + Sa-Token + Mybatis-Plus 和 Vue3 + Vite5 + Ant Design Vue 4.x (同时支持JavaScript和TypeScript双版本);满足国家三级等保要求、支持登录限制、接口数据国产加解密、高防SQL注入等一系列安全体系。 smartadmin...
在GitHub Actions 环境中执行作业时,请使用:repo:< Organization/Repository >:environment:< Name > 对于未绑定到环境的作业,请根据用于触发工作流的 ref 路径包含分支/标记的 ref 路径:repo:< Organization/Repository >:ref:< ref path>。 例如repo:n-username/ node_express:ref:refs/heads/my-branch或repo:...
OptionalThe command you want to run. This can be inline or a script in your action repository: runs:using:"composite"steps:-run:${{github.action_path}}/test/script.shshell:bash Alternatively, you can use$GITHUB_ACTION_PATH: runs:using:"composite"steps:-run:$GITHUB_ACTION_PATH/script...
REMOTE_TARGET }} -p SCRIPT_AFTER: | cd ${{ secrets.REMOTE_TARGET }} cd docker docker build --rm -f ./Dockerfile -t zhontai/adminui:latest . # 检查容器是否存在 if docker container ls -a | grep -q "my-zhontai-adminui"; then echo "容器已存在,停止并移除容器" docker stop my-...
Username for 'https://github.com': Password for 'https://github.com': remote: Repository not found. fatal: Authentication failed for 'https://github.com/username/repo-name.git/' 但是,它实际上发生在Emacs内部,所以Emacs中的错误看起来是这样的: fatal: could not read Username for ’https://...
Returns a token that you can pass to the config script to remove a self-hosted runner from an enterprise. The token expires after one hour. You must authenticate using an access token with the admin:enterprise scope to use this endpoint. Example using remove token To remove your self-hosted...
Repository files navigation README Version 3.0 is Coming! Many of you use ForerunnerDB in your work and have given lots of feedback to me about getting some new features / functionality into the next version. You can see the active work on this endeavour over at https://github.com/Irrelon...
因为每次执行 ng deploy 命令时都需要在命令中添加 base-href 参数,所以这里我们可以在 package.json 文件中添加一个 script,这样当后面我们需要发布时,直接执行自定义的 ng deploy 命令即可 Copy {"name":"ingos-admin","version":"1.0.0","scripts":{"ng":"ng","start":"ng serve","build":"ng buil...
Vue 项目:https://github.com/yimogit/admin.ui.plusfork 自zhontai/admin.ui.plus 安装了 docker 的 Linux 服务器 后端asp.net core7.0 项目的部署 执行步骤及重点 仓库地址:https://github.com/yimogit/Admin.Core 部署文件:.github\workflows\test-deploy.yml ...