设置horn编辑区域

set horn

目前為 2023-07-11 提交的版本,檢視 最新版本

// ==UserScript==
// @name         设置horn编辑区域
// @namespace    http://tampermonkey.net/
// @description  set horn
// @license      MIT
// @version      0.1
// @match        https://horn.sankuai.com/files/edit/*
// @match        https://horn.sankuai.com/new/file/*
// @grant        GM_log
// @grant        GM_addStyle
// ==/UserScript==

(function() {
    'use strict';
    GM_log("Rome+Tampermonkey");
    GM_addStyle('.code-editor{height: 800px !important}');
    GM_addStyle('.editor-container{height: 800px !important}');
    GM_addStyle('.component-content-card{height: 500px !important; width: 800px !important}');

})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址