mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-11 07:48:48 +08:00
93 lines
2.1 KiB
Plaintext
93 lines
2.1 KiB
Plaintext
/*!
|
|
* Determine if an object is a Buffer
|
|
*
|
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
* @license MIT
|
|
*/
|
|
|
|
/**
|
|
* @license React
|
|
* react-is.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/**
|
|
* @license React
|
|
* scheduler.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/**
|
|
* @license React
|
|
* use-sync-external-store-shim.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/**
|
|
* @package @wcj/dark-mode
|
|
* Web Component that toggles dark mode 🌒
|
|
* Github: https://github.com/jaywcjlove/dark-mode.git
|
|
* Website: https://jaywcjlove.github.io/dark-mode
|
|
*
|
|
* Licensed under the MIT license.
|
|
* @license Copyright © 2022. Licensed under the MIT License
|
|
* @author kenny wong <wowohoo@qq.com>
|
|
*/
|
|
|
|
/**
|
|
* @remix-run/router v1.17.0
|
|
*
|
|
* Copyright (c) Remix Software Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE.md file in the root directory of this source tree.
|
|
*
|
|
* @license MIT
|
|
*/
|
|
|
|
/**
|
|
* React Router DOM v6.24.0
|
|
*
|
|
* Copyright (c) Remix Software Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE.md file in the root directory of this source tree.
|
|
*
|
|
* @license MIT
|
|
*/
|
|
|
|
/**
|
|
* React Router v6.24.0
|
|
*
|
|
* Copyright (c) Remix Software Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE.md file in the root directory of this source tree.
|
|
*
|
|
* @license MIT
|
|
*/
|
|
|
|
/**!
|
|
* @uiw/copy-to-clipboard v1.0.17
|
|
* Copy to clipboard.
|
|
*
|
|
* Copyright (c) 2024 Kenny Wang
|
|
* https://github.com/uiwjs/copy-to-clipboard.git
|
|
*
|
|
* @website: https://uiwjs.github.io/copy-to-clipboard
|
|
|
|
* Licensed under the MIT license
|
|
*/
|