chore: 版本号重置为 v0.1.1, 更新 site/ 文档页面移除 v2.0 标记

This commit is contained in:
2026-07-24 14:19:53 +08:00
parent a6c6714b54
commit eebd669b7f
17 changed files with 37 additions and 36 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/**
* MetonaToast Core - 核心Toast逻辑
* @module core
* @version 2.0.1
* @version 0.1.1
* @description 重构后的核心模块,包含Toast类的优化实现
*/
@@ -621,7 +621,7 @@ const _actionHTML = (actions) => {
const meToast = {
_toasts: new Map(),
_config: { ...DEFAULTS },
version: '2.0.1',
version: '0.1.1',
configure(opts) {
if (!opts || typeof opts !== 'object') return this;