refactor: examples/→site/ 官网+文档+演示三件套; 更新build.sh/rollup/serve.sh路径

This commit is contained in:
tianhao
2026-06-16 13:32:14 +08:00
parent 86bfcc4102
commit 3ab10f89a4
8 changed files with 843 additions and 842 deletions
+2 -1
View File
@@ -78,5 +78,6 @@ echo " 2. ES Module: import MeToast from 'dist/metona-toast.esm.js'"
echo " 3. CommonJS: const MeToast = require('dist/metona-toast.cjs.js')"
echo ""
echo "📝 示例:"
echo " 打开 examples/demo.html 查看完整示例"
echo " 打开 site/index.html 查看官网"
echo " 打开 site/demo.html 查看演示"
echo ""