Skip to content

Commit

Permalink
Merge pull request #9 from ArtisanCloud/dev/michaelhu
Browse files Browse the repository at this point in the history
Dev/michaelhu
  • Loading branch information
Matrix-X authored Sep 13, 2024
2 parents d813b0d + 3303a97 commit ebc2836
Show file tree
Hide file tree
Showing 52 changed files with 20,565 additions and 2,556 deletions.
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
tabWidth: 2,
useTabs: false,
semi: true,
printWidth: 80,
singleQuote: true,
Expand Down
6 changes: 3 additions & 3 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}
export {};

declare module '@vue/runtime-core' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
}
}
4 changes: 1 addition & 3 deletions deploy/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 本地打包PowerXDashboard的Docker镜像

# 本地打包 PowerXDashboard 的 Docker 镜像

```shell
# 按照你的环境和需求,可替换{xxx}里的值
Expand All @@ -14,4 +13,3 @@
> docker run -p {3000}:{80} -it {powerx-dashboard}:{latest}

```

6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico">
<link
rel="shortcut icon"
type="image/x-icon"
href="https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PowerX Web - 开箱即用的中台前端/设计解决方案</title>
</head>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "arco-design-pro-vue",
"name": "power-x-web",
"description": "PowerX Web for Vue",
"version": "1.0.0",
"private": true,
"author": "ArcoDesign Team",
"author": "ArtisanCloud Team",
"license": "MIT",
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts",
Expand Down
Loading

0 comments on commit ebc2836

Please sign in to comment.