Loading...
\n' + '
\n' + '
' + icon + '
\n' + '
' + name + '
\n' + '
' + rarityNames[rarity] + '
\n' + '
' + type + '
\n' + '
' + desc + '
\n' + '
\n' + '
⚔️ 攻击力' + attack + '
\n' + '
🛡️ 防御力' + defense + '
\n' + '
💗 生命值' + hp + '
\n' + '
💙 魔法值' + mp + '
\n' + '
💥 暴击率' + crit + '%
\n' + '
⭐ 等级需求' + level + '级
\n' + effectsHtml + '
\n' + ' \n' + '
\n' + '\n' + ''; return html; } function showCopySuccess() { var successMsg = $('.openskil-copy-success'); successMsg.addClass('openskil-show'); setTimeout(function() { successMsg.removeClass('openskil-show'); }, 2000); } $(document).ready(function() { $('.openskil-input, .openskil-textarea, .openskil-checkbox-item input').on('input change', function() { updatePreview(); }); updatePreview(); $('.openskil-generate-btn').on('click', function() { var code = generateCode(); $('.openskil-code-output').text(code); anime({ targets: '.openskil-code-section', translateY: [20, 0], opacity: [0, 1], duration: 500, easing: 'easeOutQuad' }); anime({ targets: '.openskil-code-output', opacity: [0, 1], duration: 300, delay: 200, easing: 'easeOutQuad' }); }); var clipboard = new Clipboard('.openskil-copy-btn', { text: function() { return generateCode(); } }); clipboard.on('success', function(e) { showCopySuccess(); e.clearSelection(); }); $('.openskil-copy-btn').on('click', function() { var code = generateCode(); $('.openskil-code-output').text(code); }); anime({ targets: '.openskil-form-section', translateX: [-50, 0], opacity: [0, 1], duration: 800, easing: 'easeOutQuad' }); anime({ targets: '.openskil-preview-section', translateX: [50, 0], opacity: [0, 1], duration: 800, delay: 200, easing: 'easeOutQuad' }); }); })();
操作面板
工具详情
  • 工具图片:
  • 工具名称: 虚拟道具展示页生成器
  • 创建时间: Thu Apr 16 2026 21:01:35 GMT+0800 (China Standard Time)
  • 收藏数量: 共0人
  • 点赞数量: 共0次
  • 分享次数: 共0次
  • 访问数量: 共0次
  • 工具版本: v1.0.0
会员评论

主标题

站点所有消息通知及提示Tips内容!