发现一篇有意义的文章,所以我也给自己的评论区添加上了这样的功能
修改代码
html\typecho\usr\themes\default\comments.php

        <p>
            <label for="textarea" class="required"><?php _e('内容'); ?></label>
            <textarea rows="8" cols="50" name="text" id="textarea" class="textarea" required onkeydown="if(event.ctrlKey&&event.keyCode==13){document.getElementById('submit').click();return false};"><?php $this->remember('text'); ?></textarea>
        </p>
        <p>
            <button type="submit" class="submit" id="submit"><?php _e('提交评论'); ?></button>
        </p>

标签: none

添加新评论