Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Mar 31, 2020
1 parent 242044c commit e44bdc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin/editor-js.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php if(!defined('__TYPECHO_ADMIN__')) exit; ?>
<?php $content = !empty($post) ? $post : $page; if ($options->markdown): ?>
<script src="<?php echo Helper::options()->pluginUrl ?>/Morecho/cheerio.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/vs2015.min.css">
<script src="<?php echo Helper::options()->siteUrl.'usr/themes/'.$options->theme_folder_name ?>/asserts/js/clipboard.min.js"></script>
<script src="<?php echo Helper::options()->siteUrl.'usr/themes/'.$options->theme_folder_name ?>/asserts/js/Autolinker.min.js"></script>
<script src="<?php echo Helper::options()->siteUrl.'usr/themes/'.$options->theme_folder_name ?>/asserts/lib/feather.min.js"></script>
<script src="<?php echo Helper::options()->siteUrl.'usr/themes/'.$options->theme_folder_name ?>/asserts/lib/highlight/highlight.min.js"></script>
<link rel="stylesheet" href="<?php echo Helper::options()->siteUrl.'usr/themes/'.$options->theme_folder_name ?>/asserts/lib/highlight/vscode.css">
<script src="<?php echo Helper::options()->siteUrl.'usr/themes/'.$options->theme_folder_name ?>/asserts/lib/clipboard.min.js"></script>
<script src="<?php echo Helper::options()->siteUrl.'usr/themes/'.$options->theme_folder_name ?>/asserts/lib/Autolinker.min.js"></script>
<script src="<?php echo Helper::options()->siteUrl.'usr/themes/'.$options->theme_folder_name ?>/asserts/js/article.js"></script>
<script src="<?php $options->adminStaticUrl('js', 'hyperdown.js?v=' . $suffixVersion); ?>"></script>
<script src="<?php $options->adminStaticUrl('js', 'pagedown.js?v=' . $suffixVersion); ?>"></script>
Expand Down

0 comments on commit e44bdc7

Please sign in to comment.