From f87e78904ceaa9b14baa3dbe2a6804fec3e5691b Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 29 May 2024 16:53:11 +0800 Subject: [PATCH] feat: add version for themes and plugins when copying overview information (#6012) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area ui /kind feature /milestone 2.16.x #### What this PR does / why we need it: 在概览页面复制信息时,为主题和插件添加版本号。 示例: ``` - 外部访问地址: - 启动时间: 2024-05-29 15:51 - 版本: 2.16.0-SNAPSHOT - 构建时间: 2024-05-29 15:51 - Git Commit: 6204472 - Java: OpenJDK Runtime Environment / 17.0.11+0 - 数据库: PostgreSQL / 15.2 (Debian 15.2-1.pgdg110+1) - 操作系统: Mac OS X / 14.5 - 已激活主题: [Earth 1.8.0](https://github.com/halo-dev/theme-earth.git) - 已启动插件: - [静态网页服务 1.0.0-alpha.2](https://github.com/ruibaby/plugin-static-pages) - [评论组件 2.10.0-SNAPSHOT](https://github.com/halo-dev/plugin-comment-widget) - [OAuth2 认证 1.1.1](https://github.com/halo-sigs/plugin-oauth2) - [增强备份(Backup IMproved) 1.0.0-SNAPSHOT](https://www.halo.run/store/apps/app-dHakX) - [图库管理 1.3.0](https://github.com/halo-sigs/plugin-photos) - [Markdown / HTML 内容块 1.2.0](https://github.com/halo-dev/plugin-hybrid-edit-block) - AI 助手 1.0.0-alpha.2 - [对象存储(Amazon S3 协议) 1.9.1](https://github.com/halo-dev/plugin-s3) - [链接管理 1.3.3](https://github.com/halo-sigs/plugin-links) - [Docsme 1.0.0-alpha.5](https://github.com/f2ccloud/plugin-docsme) - [ByteMD 1.4.0](https://github.com/ruibaby/plugin-bytemd) - [StackEdit 1.1.1](https://github.com/halo-sigs/plugin-stackedit) - [应用市场 1.3.0](https://www.halo.run/store/apps/app-VYJbF) ``` #### Does this PR introduce a user-facing change? ```release-note 在概览页面复制信息时,为主题和插件添加版本号。 ``` --- .../modules/system/overview/Overview.vue | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/ui/console-src/modules/system/overview/Overview.vue b/ui/console-src/modules/system/overview/Overview.vue index 475213a73..02ac9fc5a 100644 --- a/ui/console-src/modules/system/overview/Overview.vue +++ b/ui/console-src/modules/system/overview/Overview.vue @@ -1,28 +1,28 @@