@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
@@ -3,7 +3,7 @@
3
3
  "author": "SQJM (https://github.com/SQJM)",
4
4
  "license": "MIT",
5
5
  "description": "Hi, This is Magic(神奇)",
6
- "version": "2026.4.16",
6
+ "version": "2026.4.17",
7
7
  "type": "module",
8
8
  "module": "index.js",
9
9
  "main": "index.js",
@@ -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