From 163177036b1b9a4692911e37c006864c2552d7e3 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Fri, 1 May 2026 16:11:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=B1=BB=E5=BA=93=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E4=B8=AD=EF=BC=8C=E6=89=80=E5=9C=A8=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E7=A9=BA=E9=97=B4=E8=AF=B4=E6=98=8E=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb1c25..69404d9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## 一、项目概述 项目起源于一个调色版对话框的jar基础类文件“20260501_115704_608/colorpicker-20180319.jar”。 在安卓项目开发中,为了发展这个jar文件的更多应用。LaizyBoy 建立了基于 WinBoLL 开发框架, 同时继承与这个jar基础类库的调色板类库源码-ColorPickerDialogSource。 -新继承的调色板类在“cc.winboll.studio.colorpickerdialog”命名空间下开发。调色板扩展类名称也固定为“ColorPickerDialog”。 +新继承的调色板类在“cc.winboll.studio.libcolorpickerdialog”命名空间下开发。调色板扩展类名称也固定为“ColorPickerDialog”。 WinBoLL框架的ColorPickerDialog项目名称设置为WinBoLLColorPickerDialogSource。 ### 1. 核心定位