🎨 kernel

This commit is contained in:
Vanessa 2026-02-24 10:26:33 +08:00
parent bc9369facf
commit f7c4249461
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//go:build !windows && !darwin
//go:build !windows && !darwin || ios
package util

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//go:build darwin
//go:build darwin && !ios
// 本文件实现 macOS NSPasteboard 写入文件路径列表:通过 writeObjects: 写入 NSURL 数组
//NSPasteboardTypeFileURL / public.file-url使 Finder 等应用可识别并粘贴为文件。