mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-14 09:18:48 +08:00
fix: fix copy issue. #44 v2.3.3 77616468a4
This commit is contained in:
92
static/js/main.3dcb095c.js.LICENSE.txt
Normal file
92
static/js/main.3dcb095c.js.LICENSE.txt
Normal file
@@ -0,0 +1,92 @@
|
||||
/*!
|
||||
* 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.19.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.26.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.26.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
|
||||
*/
|
||||
Reference in New Issue
Block a user