提交 b0d0fd8e 编写于 作者: H henji

更新图像的尺寸比例
上级 502caf65
......@@ -5,11 +5,6 @@ VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D04D9608-9CEB-4E0A-B548-410F7475E9F1}"
ProjectSection(SolutionItems) = preProject
common.props = common.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppFramework.Core.Shared", "src\AppFramework.Core.Shared\AppFramework.Core.Shared.csproj", "{4D6603C1-F7D6-4681-97F8-69B4BBBC0536}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppFramework.Application.Client", "src\AppFramework.Application.Client\AppFramework.Application.Client.csproj", "{572932C8-FC7F-472C-B466-0CC07F29FE7A}"
......
## Introduction
This framework is fully developed based on the ABP commercial version framework, realizes the functions in the ABP commercial version, and provides WPF and Xamarin.Forms versions to achieve complete cross-platform application development.
......@@ -117,46 +115,46 @@ The following shows the effect through some actual running screenshots, includin
- Home Page
<img src="./img/xf-main.png" style="zoom:25%;" />
<img src="./img/xf-main.png" width="256" height="480" />
- Menus
<img src="./img/xf-menu.png" style="zoom:25%;" />
<img src="./img/xf-menu.png" width="256" height="480" />
- organization
<img src="./img/xf-ori.png" style="zoom:25%;" />
<img src="./img/xf-ori.png" width="256" height="480" />
- Role Page
<img src="./img/xf-role.png" style="zoom:25%;" />
<img src="./img/xf-role.png" width="256" height="480" />
- User Page
<img src="./img/xf-user.png" style="zoom:25%;" />
<img src="./img/xf-user.png" width="256" height="480" />
- Audit log page
<img src="./img/xf-log.png" style="zoom:25%;" />
<img src="./img/xf-log.png" width="256" height="480" />
- Dynamic property page
<img src="./img/xf-dy.png" style="zoom:25%;" />
<img src="./img/xf-dy.png" width="256" height="480" />
- Tenant page
<img src="./img/xf-v.png" style="zoom:25%;" />
<img src="./img/xf-v.png" width="256" height="480" />
- Version management
<img src="./img/xf-t.png" style="zoom:25%;" />
<img src="./img/xf-t.png" width="256" height="480" />
- Language list
<img src="./img/xf-lang.png" style="zoom:25%;" />
<img src="./img/xf-lang.png" width="256" height="480" />
- theme switch
<img src="./img/xf-skin.png" style="zoom:25%;" />
<img src="./img/xf-skin.png" width="256" height="480" />
<img src="./img/xf-dark.png" style="zoom:25%;" />
\ No newline at end of file
<img src="./img/xf-dark.png" width="256" height="480" />
\ No newline at end of file
......@@ -117,50 +117,50 @@ ABP官方未正式提供完整版本WPF框架, 所以就出现了该套框架,
- 登录页
<img src="./img/xf-login.png" width="256" height="455" />
<img src="./img/xf-login.png" width="256" height="480" />
- 首页
<img src="./img/xf-main.png" style="zoom:25%;" />
<img src="./img/xf-main.png" width="256" height="480" />
- 功能页
<img src="./img/xf-menu.png" style="zoom:25%;" />
<img src="./img/xf-menu.png" width="256" height="480" />
- 组织机构
<img src="./img/xf-ori.png" style="zoom:25%;" />
<img src="./img/xf-ori.png" width="256" height="480" />
- 角色页
<img src="./img/xf-role.png" style="zoom:25%;" />
<img src="./img/xf-role.png" width="256" height="480" />
- 用户页
<img src="./img/xf-user.png" style="zoom:25%;" />
<img src="./img/xf-user.png" width="256" height="480" />
- 审计日志页
<img src="./img/xf-log.png" style="zoom:25%;" />
<img src="./img/xf-log.png" width="256" height="480" />
- 动态属性页
<img src="./img/xf-dy.png" style="zoom:25%;" />
<img src="./img/xf-dy.png" width="256" height="480" />
- 租户页
<img src="./img/xf-v.png" style="zoom:25%;" />
<img src="./img/xf-v.png" width="256" height="480" />
- 版本管理
<img src="./img/xf-t.png" style="zoom:25%;" />
<img src="./img/xf-t.png" width="256" height="480" />
- 语言列表
<img src="./img/xf-lang.png" style="zoom:25%;" />
<img src="./img/xf-lang.png" width="256" height="480" />
- 主题切换
<img src="./img/xf-skin.png" style="zoom:25%;" />
<img src="./img/xf-skin.png" width="256" height="480" />
<img src="./img/xf-dark.png" style="zoom:25%;" />
<img src="./img/xf-dark.png" width="256" height="480" />
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册