diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 000000000..937447a13
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,14 @@
+# These are supported funding model platforms
+
+#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+github: [Masterain98]
+patreon: # Replace with a single Patreon username
+open_collective: snaphutao
+ko_fi: # Replace with a single Ko-fi username
+tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
+community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
+liberapay: # Replace with a single Liberapay username
+issuehunt: # Replace with a single IssueHunt username
+otechie: # Replace with a single Otechie username
+lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
+custom: https://afdian.net/a/DismissedLight
\ No newline at end of file
diff --git a/docs/en/development/contribute.md b/docs/en/development/contribute.md
index b23503e40..e276a5506 100644
--- a/docs/en/development/contribute.md
+++ b/docs/en/development/contribute.md
@@ -22,6 +22,13 @@ You can find all [unsolved opened issues](https://github.com/DGP-Studio/Snap.Hut
5. Switch git branch to `develop`
6. Open project solution with your Visual Studio and then you are ready to go
+## Enable Debug
+
+1. Download and install `Sysinternals Suite` from [Microsoft Store](https://www.microsoft.com/store/productid/9P7KNL5RWT25) or [Microsoft website](https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite)
+2. Locate and run `DebugView` program in the installed app list or unzipped folder
+3. Run Snap Hutao client
+4. Check DebugView output
+
## Start Pull Request
- All code-related changes from authors' own branches are only allowed be merged to `develop` branch
diff --git a/docs/en/statements/update-log.md b/docs/en/statements/update-log.md
index c9246f77a..c9b2951c8 100644
--- a/docs/en/statements/update-log.md
+++ b/docs/en/statements/update-log.md
@@ -8,7 +8,21 @@ comment: false
# Update Logs
-## 1.7.9
+## 1.7.10
+
+- Fix
+ - Fixed login issue with HoYoverse account [#1011](https://github.com/DGP-Studio/Snap.Hutao/issues/101) [#1012](https://github.com/DGP-Studio/Snap.Hutao/issues/1012)
+ - Fixed daily check-in issue on HoYoLAB account [#1013](https://github.com/DGP-Studio/Snap.Hutao/issues/1013)
+ - Fixed issue that `Invalid item` error show up when language does not match in UIGFv2.2 data file [#1001](https://github.com/DGP-Studio/Snap.Hutao/issues/1001)
+ - Fixed crash issue when an invalid CAPTCHA Url is input in the setting
+ - Fixed crash issue when an invalid channel setting is given when launching the game
+ - Fixed crash when switching account while WebView2 Runtime version is too low to have necessary feature
+ - Fixed crash issue when an invalid record is displayed in Spiral Abyss page
+ - Fixed a memory overflow issue in embedded pages
+- Optimization
+ - Current game account now can be automatically identified when reaching the game launcher page
+
+## 1.7.9
- Fix
- Fixed an issue that prevented the program from launching with the correct window size after the monitor
diff --git a/docs/zh/development/contribute.md b/docs/zh/development/contribute.md
index 349554a60..1b2f29a7e 100644
--- a/docs/zh/development/contribute.md
+++ b/docs/zh/development/contribute.md
@@ -21,6 +21,13 @@ order: 2
5. 将分支切换为 `develop`
6. 使用你的 Visual Studio 打开项目 solution,接下来你就可以开始编辑代码了
+## 开启 Debug
+
+1. 从[微软商店](https://www.microsoft.com/store/productid/9P7KNL5RWT25)或[微软官网](https://learn.microsoft.com/zh-cn/sysinternals/downloads/sysinternals-suite)下载并安装 `Sysinternals Suite`
+2. 从开始菜单或解压后的文件中找到 `DebugView` 并启动
+3. 启动 Snap Hutao 主程序
+4. 观察 DebugView 的输出
+
## 发起 Pull Request
- 所有不是从项目其它分支发起的 Pull Request 都只被允许合并进 `develop` 分支
diff --git a/docs/zh/statements/update-log.md b/docs/zh/statements/update-log.md
index af1e7601b..47a62ae75 100644
--- a/docs/zh/statements/update-log.md
+++ b/docs/zh/statements/update-log.md
@@ -8,7 +8,21 @@ comment: false
# 更新日志
-## 1.7.9
+## 1.7.10
+
+- 修复
+ - 修复了 HoYoverse 无法正常登录的问题 [#1011](https://github.com/DGP-Studio/Snap.Hutao/issues/101) [#1012](https://github.com/DGP-Studio/Snap.Hutao/issues/1012)
+ - 修复了 HoYoLAB 账号无法正常签到的问题 [#1013](https://github.com/DGP-Studio/Snap.Hutao/issues/1013)
+ - 修复了导入 UIGF v2.2 文件时语言不正确会导致提示`无效的物品`的问题 [#1001](https://github.com/DGP-Studio/Snap.Hutao/issues/1001)
+ - 修复了提供无效的无感验证 Url 后在请求相应接口时会导致程序崩溃的问题
+ - 修复了部分无效的通道状态下进入启动游戏页面会导致程序崩溃的问题
+ - 修复了 WebView2 Runtime 版本过低时查看内嵌网页并切换账号会导致程序崩溃的问题
+ - 修复了深境螺旋页面当部分记录无有效值时会导致程序崩溃的问题
+ - 修复了内嵌网页可能导致内存溢出的一个问题
+- 优化
+ - 现在启动游戏页面中检测账号后若已经存在对应账号会自动选择
+
+## 1.7.9
- 修复
- 修复了退出程序后显示器分辨率更改后无法以正确窗口尺寸启动的问题