From 703dc51ed6fde495066f42f02c5a8aac87c68644 Mon Sep 17 00:00:00 2001 From: suoyukii Date: Mon, 25 Nov 2024 08:14:36 +0800 Subject: [PATCH] Upgrade SDK to .NET 9 --- .github/FUNDING.yml | 3 ++ .gitignore | 3 +- .../InsertTextToCursorExample.csproj | 6 +++- README.md | 21 ++++++++++---- README/zh-cn.md | 29 +++++++++++++++++++ 5 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 .github/FUNDING.yml create mode 100644 README/zh-cn.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..0a47b51 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +ko_fi: suoyukii +custom: + - https://afdian.com/a/suoyukii diff --git a/.gitignore b/.gitignore index c0c3022..0a4990d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .idea */bin -*/obj -*.cmd \ No newline at end of file +*/obj \ No newline at end of file diff --git a/InsertTextToCursorExample/InsertTextToCursorExample.csproj b/InsertTextToCursorExample/InsertTextToCursorExample.csproj index b152b20..5e4f661 100644 --- a/InsertTextToCursorExample/InsertTextToCursorExample.csproj +++ b/InsertTextToCursorExample/InsertTextToCursorExample.csproj @@ -1,9 +1,13 @@  WinExe - net8.0 + net9.0 true true + true + + + none diff --git a/README.md b/README.md index b754a8a..894d15c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ -

InsertTextToCursorExample

+

Insert Text To Cursor Example

Insert Text To Cursor Example for Avalonia

- + - + + +

+ +

+ + +

@@ -14,7 +21,11 @@ This is an example of using win32api to insert text at the cursor. -# Features +## ✨ Features - Support for unicode characters -- Support for long texts \ No newline at end of file +- Support for long texts + +## ✨ Install + +- [Download InsertTextToCursorExample](https://github.com/suoyukii/InsertTextToCursorExample/releases) \ No newline at end of file diff --git a/README/zh-cn.md b/README/zh-cn.md new file mode 100644 index 0000000..e106b5f --- /dev/null +++ b/README/zh-cn.md @@ -0,0 +1,29 @@ +

Insert Text To Cursor Example

+

使用 Avalonia 制作的 鼠标光标插入文本示例

+ +

+ + + + + + + + + +

+ +--- + +中文名:鼠标光标插入文本示例 + +这是一个使用 win32api 在鼠标光标处插入文本的示例。 + +## ✨ 功能 + +- 支持 unicode 字符 +- 支持长文本 + +## ✨ 安装 + +- [下载 InsertTextToCursorExample](https://github.com/suoyukii/InsertTextToCursorExample/releases) \ No newline at end of file