diff --git a/README.md b/README.md index b3657ac8c00b0a923e82458e9fb3065c24852e00..138ea391715c50b48ac17dd2397e6fd8f56f2903 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,105 @@ -# QuickPasterTool +

QuickPasterTool

+

+ star + fork + + + +

-#### 介绍 -{**以下是 Gitee 平台说明,您可以替换此简介** -Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} -#### 软件架构 -软件架构说明 +# :pray: 引用的开源项目: +3. ##### Sunny UI——Sunny UI.Net, 基于 C# .Net WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。[SunnyUI.Net,GPL3.0开源协议](https://gitee.com/yhuse/SunnyUI) -#### 安装教程 +# :exclamation: 本项目说明: -1. xxxx -2. xxxx -3. xxxx +1、二次开发本项目时请遵照MIT开源协议,SunnyUI.Net框架采用的是GPL3.0开源协议,需要用到时请务必在项目介绍加上对应声明。 -#### 使用说明 +2、有bug欢迎提出issue!或进行评论 -1. xxxx -2. xxxx -3. xxxx +3、本系统95%页面基于SunnyUI.Net控件库进行创建,在此特别声明! -#### 参与贡献 +# :thought_balloon: 开发目的: -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request +本软件以简洁、快、方便为宗旨,帮助用户快速记录下所需要的信息和突发的灵感,还可以通过本地加密存储的方式记录剪切板里的有用内容,在机器重启后或软件重新安装后可以快速导入、扫描已经存储的内容。 +# :mag_right: 系统开发环境: -#### 特技 +操作系统:Windows 11(x64) + +开发工具:Microsoft Visual Studio 2022 + +数据库:Sqllite(本地加密存储模式,暂定)/PostgreSql13(云存储模式) + +数据库管理工具:Navi cat 15 + +开发语言:C#语言 + +开发平台:.Net + +开发框架:.Net 5 + +开发技术:.NET WinForm、SunnyUI + +# :open_file_folder: 系统结构: +```tree +quick-paster-tool +├─ LICENSE +├─ QuickPaster +│ ├─ AppUserControl +│ │ ├─ ucClipboard.Designer.cs +│ │ ├─ ucClipboard.cs +│ │ └─ ucClipboard.resx +│ ├─ FrmMain.Designer.cs +│ ├─ FrmMain.cs +│ ├─ FrmMain.resx +│ ├─ Program.cs +│ ├─ Properties +│ │ ├─ PublishProfiles +│ │ ├─ Resources.Designer.cs +│ │ ├─ Resources.resx +│ │ ├─ Settings.Designer.cs +│ │ └─ Settings.settings +│ ├─ QuickPaster.csproj +│ ├─ QuickPaster.csproj.user +│ ├─ bin +│ └─ obj +├─ QuickPaster.sln +├─ README.en.md +└─ README.m +``` + +# :books: 系统功能模块汇总: + +| 功能汇总 | | | | | | | +| ---------- | --------- | ---------- | ---- | ---- | ---- | ---- | +| 个人中心 | 登录/注册 | 偏好设置 | | | | | +| 剪切板管理 | 内容管理 | 剪切板设置 | | | | | +| 灵感笔记 | 笔记管理 | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | +| | | | | | | | + + +# :family: 项目作者: + +**[codeRookie](https://gitee.com/coderokie)(本项目的灵感提供者)** + +**[咖啡与网络(Java&Net)](https://gitee.com/java-and-net)(开发/维护团队)** + +# :computer: 项目运行部署: + +**下载并安装Microsoft Visual Studio Professional 2022及以上版本,并通过下载Zip包解压,打开.sln后缀格式文件运行。** + +​ [![java-and-net/quick-paster-tool](https://gitee.com/java-and-net/quick-paster-tool/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/java-and-net/quick-paster-tool) -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/logo.png b/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..159c6984ff40cc250303f289c5f6075692c49cf4 Binary files /dev/null and b/logo.png differ