diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c0545..8122f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ - | 添加子任务插件 子项目插件 | [7bda7e2](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/7bda7e2) - | 细节调整,添加project-webview | [4d9050b](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/4d9050b) - | 向右箭头图标变化 | [8e9ca55](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/8e9ca55) + - | 项目合并整理,设置页面添加 | [725491a](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/725491a) - | 项目列表, 项目url | [32e005b](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/32e005b) - | 项目列表排序 | [224c58b](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/224c58b) - | 项目api url设置 | [6cd5245](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/6cd5245) diff --git a/src/common/styles/tailwind.scss b/src/common/styles/tailwind.scss index 5121b4f..61bc564 100644 --- a/src/common/styles/tailwind.scss +++ b/src/common/styles/tailwind.scss @@ -4306,6 +4306,9 @@ .opacity-100 { opacity: 1; } +.h-6 { + height: 1.5rem; +} .h-full { height: 100%; } @@ -4313,6 +4316,9 @@ --tw-bg-opacity: 1; background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); } +.w-6 { + width: 1.5rem; +} .w-12 { width: 3rem; } diff --git a/src/components/ConfigInfo/ConfigInfo.vue b/src/components/ConfigInfo/ConfigInfo.vue index 965014f..e038757 100644 --- a/src/components/ConfigInfo/ConfigInfo.vue +++ b/src/components/ConfigInfo/ConfigInfo.vue @@ -1,36 +1,56 @@ - + diff --git a/src/components/ConfigInfo/components/Info.vue b/src/components/ConfigInfo/components/Info.vue new file mode 100644 index 0000000..1296e64 --- /dev/null +++ b/src/components/ConfigInfo/components/Info.vue @@ -0,0 +1,288 @@ + + + diff --git a/src/components/ConfigInfo/img/1.png b/src/components/ConfigInfo/img/1.png new file mode 100644 index 0000000..7988c45 Binary files /dev/null and b/src/components/ConfigInfo/img/1.png differ diff --git a/src/components/ConfigInfo/img/2.png b/src/components/ConfigInfo/img/2.png new file mode 100644 index 0000000..2a829e7 Binary files /dev/null and b/src/components/ConfigInfo/img/2.png differ diff --git a/src/components/ConfigInfo/img/3.png b/src/components/ConfigInfo/img/3.png new file mode 100644 index 0000000..a0e09df Binary files /dev/null and b/src/components/ConfigInfo/img/3.png differ diff --git a/src/components/ConfigInfo/img/4.png b/src/components/ConfigInfo/img/4.png new file mode 100644 index 0000000..51598fd Binary files /dev/null and b/src/components/ConfigInfo/img/4.png differ diff --git a/src/components/ConfigInfo/img/weixin.png b/src/components/ConfigInfo/img/weixin.png new file mode 100644 index 0000000..d41d0e6 Binary files /dev/null and b/src/components/ConfigInfo/img/weixin.png differ diff --git a/src/pages.json b/src/pages.json index a10ef98..c1cfbe6 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,12 +1,6 @@ { "pages": [ { - "path": "pages/project/project", - "style": { - "navigationBarTitleText": "项目详情页", - "navigationStyle": "custom" - } - },{ "path": "pages/index/index", "style": { "navigationBarText": "TALL", @@ -20,6 +14,20 @@ "navigationStyle": "custom" } }, + { + "path": "pages/project/project", + "style": { + "navigationBarTitleText": "项目详情页", + "navigationStyle": "custom" + } + }, + { + "path": "pages/git-phone-power/git-phone-power", + "style": { + "navigationBarTitleText": "授权信息", + "navigationStyle": "custom" + } + }, { "path": "pages/project-webview/project-webview", "style": { diff --git a/src/pages/git-phone-power/git-phone-power.vue b/src/pages/git-phone-power/git-phone-power.vue new file mode 100644 index 0000000..4d2d2f7 --- /dev/null +++ b/src/pages/git-phone-power/git-phone-power.vue @@ -0,0 +1,58 @@ + + + diff --git a/src/pages/project/project.vue b/src/pages/project/project.vue index c0866cb..6dc9d5e 100644 --- a/src/pages/project/project.vue +++ b/src/pages/project/project.vue @@ -13,7 +13,7 @@ - +