diff -Nru ok-input-method-1.0.0.0/debian/changelog ok-input-method-1.0.0.0/debian/changelog
--- ok-input-method-1.0.0.0/debian/changelog	2025-03-10 11:15:32.000000000 +0800
+++ ok-input-method-1.0.0.0/debian/changelog	2025-03-10 11:15:32.000000000 +0800
@@ -1,4 +1,4 @@
-ok-input-method (1.0.0.0-ok0.12test) nile; urgency=medium
+ok-input-method (1.0.0.0-ok0.12test1) nile; urgency=medium
 
   * BUG:无
   * 需求号:无
diff -Nru ok-input-method-1.0.0.0/debian/patches/I9VPOF1.patch ok-input-method-1.0.0.0/debian/patches/I9VPOF1.patch
--- ok-input-method-1.0.0.0/debian/patches/I9VPOF1.patch	1970-01-01 08:00:00.000000000 +0800
+++ ok-input-method-1.0.0.0/debian/patches/I9VPOF1.patch	2025-03-10 11:15:32.000000000 +0800
@@ -0,0 +1,63 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ ok-input-method (1.0.0.0-ok0.12test1) nile; urgency=medium
+ .
+   * BUG:无
+   * 需求号:无
+   * 其他改动说明:解决ok输入法和拼音输入法冲突问题
+   * 其他改动影响域:无
+Author: liuyapeng <liuyapeng@kylinos.cn>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: 2025-03-10
+
+--- ok-input-method-1.0.0.0.orig/imeui/qml/StatusBar.qml
++++ ok-input-method-1.0.0.0/imeui/qml/StatusBar.qml
+@@ -25,9 +25,6 @@ Rectangle {
+            statusBarButtonRightMargin * 2
+     height: statusBarHeight
+     radius: statusBarRadius
+-    MouseArea {
+-        anchors.fill:parent
+-    
+     antialiasing: true
+     color: "transparent"
+ 
+@@ -76,5 +73,4 @@ Rectangle {
+     StatusBarButton {
+         id: statusBarButton
+     }
+-    }
+ }
+--- ok-input-method-1.0.0.0.orig/imeui/qml/StatusBarButton.qml
++++ ok-input-method-1.0.0.0/imeui/qml/StatusBarButton.qml
+@@ -20,6 +20,8 @@ import org.ukui.qqc2style.private 1.0 as
+ import ToolTip 2.0
+ 
+ Row {
++    MouseArea {
++                anchors.fill: parent
+     spacing: buttonSpacing
+     anchors.right: parent.right
+     anchors.rightMargin: statusBar.statusBarButtonRightMargin
+@@ -88,4 +90,5 @@ Row {
+             }
+         }
+     }
++    }
+ }
diff -Nru ok-input-method-1.0.0.0/debian/patches/series ok-input-method-1.0.0.0/debian/patches/series
--- ok-input-method-1.0.0.0/debian/patches/series	2025-03-10 11:15:32.000000000 +0800
+++ ok-input-method-1.0.0.0/debian/patches/series	2025-03-10 11:15:32.000000000 +0800
@@ -7,3 +7,4 @@
 0007-update-changelog.patch
 0008-update-changelog.patch
 I9VROF.patch
+I9VPOF1.patch