巨人与小精灵的奇幻冒险

巨人与小精灵的奇幻冒险

Class
Properties
类型 动画 奇幻 冒险 欧美动漫
地区 西班牙
导演 Agurtzane Intxaurraga
演员 Aintzane Krujeiras Angel Alkain Joinaz Jáuregui Ramón Zalakain 因阿基·贝拉尔特 Mikel Hernández
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
巨人与小精灵的奇幻冒险的剧情介绍

Every year, the elves come from his magical world to bring humans a new spring. Tim is a new one this year. Distracted by the attractive sound of the fair, he wanders away from the other elves, being captured by former trapeze artist Samuel, who brings him to Vladimir, owner of a circus who exploits him as a fairground attraction. Teresa, a naughty 6-year-old girl, is jealous of her little brother, baby Jon. When visiting the fair, she discovers Tim while he is being exhibited and she will become infatuated with him. Tim, at the same time, will see in her an opportunity to escape. Hidden in Teresa's house and protected by her, they live several adventures, becoming inseparable friends. Over time, matching with the end of the spring, Tim begins to transform in a Little tree. He has been away from his world and his people for too long, and only by helping him to return will Tim be saved. There is no time to lose, but be careful Vladimir is lurking.热血

function qrsearch() { // 获取触发提交事件的表单 var form = window.event ? window.event.target : (arguments[0] ? arguments[0].target : null); if (!form) { form = document.querySelector('form[action*="/search"]'); } var input = form ? form.querySelector('input[name="q"]') : document.querySelector('input[name="q"]'); if (!input) { return false; } var q = input.value; if (!q || q.trim() === '') { return false; } return true; } // 确保回车键能正常提交表单 (function() { function initSearchForms() { var searchForms = document.querySelectorAll('form[action*="/search"]'); searchForms.forEach(function(form) { var input = form.querySelector('input[name="q"]'); if (input) { // 监听回车键事件 input.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.keyCode === 13) { e.preventDefault(); var q = this.value.trim(); if (q) { form.submit(); } } }); } }); } // DOM加载完成后初始化 if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSearchForms); } else { initSearchForms(); } // window.load 后也执行一次 window.addEventListener('load', function() { setTimeout(initSearchForms, 100); }); })();