@love-sqjm/magic 2026.4.16 → 2026.4.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -863,6 +863,7 @@ window[ "magic" ] = ( function () {
|
|
|
863
863
|
console.log( "%cMagic ヾ(๑╹◡╹)ノ",
|
|
864
864
|
"color:#f8faff;font-weight:bold;font-size:6em;padding:10px 30px;background: linear-gradient(to right top, #FFC0CB, #ADD8E6);" );
|
|
865
865
|
console.log( "magic v" + magic_version );
|
|
866
|
+
console.log( "link https://www.npmjs.com/package/@love-sqjm/magic" );
|
|
866
867
|
|
|
867
868
|
const app = document.getElementById( "app" );
|
|
868
869
|
|