| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
- <meta name="theme-color" content="#222">
- <meta name="generator" content="Hexo 5.4.0">
- <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png">
- <link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#222">
- <meta name="google-site-verification" content="cCGIgodGvlMoVATcXs4p7kl8BVhmqW8u1kcPBZfD2qw">
- <link rel="stylesheet" href="/css/main.css">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&display=swap&subset=latin,latin-ext">
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.2/css/all.min.css">
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.1.1/animate.min.css">
- <script class="hexo-configurations">
- var NexT = window.NexT || {};
- var CONFIG = {"hostname":"blog.izhixing.icu","root":"/","images":"/images","scheme":"Gemini","version":"8.2.2","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12},"copycode":false,"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"prism":false,"i18n":{"placeholder":"搜索...","empty":"没有找到任何搜索结果:${query}","hits_time":"找到 ${hits} 个搜索结果(用时 ${time} 毫秒)","hits":"找到 ${hits} 个搜索结果"},"path":"/search.xml","localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false}};
- </script>
- <meta name="description" content="想要学习效果好,记忆是个绕不开的话题,通过科学的重复记忆,就能显著的提高记忆效果。">
- <meta property="og:type" content="article">
- <meta property="og:title" content="科学的重复">
- <meta property="og:url" content="https://blog.izhixing.icu/posts/ab6871d9.html">
- <meta property="og:site_name" content="知行">
- <meta property="og:description" content="想要学习效果好,记忆是个绕不开的话题,通过科学的重复记忆,就能显著的提高记忆效果。">
- <meta property="og:locale" content="zh_CN">
- <meta property="article:published_time" content="2019-06-24T15:06:19.000Z">
- <meta property="article:modified_time" content="2021-04-06T14:39:44.496Z">
- <meta property="article:author" content="知行">
- <meta property="article:tag" content="学习">
- <meta property="article:tag" content="记忆">
- <meta name="twitter:card" content="summary">
- <link rel="canonical" href="https://blog.izhixing.icu/posts/ab6871d9.html">
- <script class="page-configurations">
- // https://hexo.io/docs/variables.html
- CONFIG.page = {
- sidebar: "",
- isHome : false,
- isPost : true,
- lang : 'zh-CN'
- };
- </script>
- <title>科学的重复 | 知行</title>
-
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-135887327-1"></script>
- <script>
- if (CONFIG.hostname === location.hostname) {
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', 'UA-135887327-1');
- }
- </script>
- <noscript>
- <style>
- body { margin-top: 2rem; }
- .use-motion .menu-item,
- .use-motion .sidebar,
- .use-motion .post-block,
- .use-motion .pagination,
- .use-motion .comments,
- .use-motion .post-header,
- .use-motion .post-body,
- .use-motion .collection-header {
- visibility: visible;
- }
- .use-motion .header,
- .use-motion .site-brand-container .toggle,
- .use-motion .footer { opacity: initial; }
- .use-motion .site-title,
- .use-motion .site-subtitle,
- .use-motion .custom-logo-image {
- opacity: initial;
- top: initial;
- }
- .use-motion .logo-line {
- transform: scaleX(1);
- }
- .search-pop-overlay, .sidebar-nav { display: none; }
- .sidebar-panel { display: block; }
- </style>
- </noscript>
- </head>
- <body itemscope itemtype="http://schema.org/WebPage" class="use-motion">
- <div class="headband"></div>
- <main class="main">
- <header class="header" itemscope itemtype="http://schema.org/WPHeader">
- <div class="header-inner"><div class="site-brand-container">
- <div class="site-nav-toggle">
- <div class="toggle" aria-label="切换导航栏" role="button">
- <span class="toggle-line"></span>
- <span class="toggle-line"></span>
- <span class="toggle-line"></span>
- </div>
- </div>
- <div class="site-meta">
- <a href="/" class="brand" rel="start">
- <i class="logo-line"></i>
- <h1 class="site-title">知行</h1>
- <i class="logo-line"></i>
- </a>
- </div>
- <div class="site-nav-right">
- <div class="toggle popup-trigger">
- <i class="fa fa-search fa-fw fa-lg"></i>
- </div>
- </div>
- </div>
- <nav class="site-nav">
- <ul class="main-menu menu">
- <li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a></li>
- <li class="menu-item menu-item-tags"><a href="/tags/" rel="section"><i class="fa fa-tags fa-fw"></i>标签</a></li>
- <li class="menu-item menu-item-categories"><a href="/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a></li>
- <li class="menu-item menu-item-archives"><a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>归档</a></li>
- <li class="menu-item menu-item-sitemap"><a href="/sitemap.xml" rel="section"><i class="fa fa-sitemap fa-fw"></i>站点地图</a></li>
- <li class="menu-item menu-item-search">
- <a role="button" class="popup-trigger"><i class="fa fa-search fa-fw"></i>搜索
- </a>
- </li>
- </ul>
- </nav>
- <div class="search-pop-overlay">
- <div class="popup search-popup"><div class="search-header">
- <span class="search-icon">
- <i class="fa fa-search"></i>
- </span>
- <div class="search-input-container">
- <input autocomplete="off" autocapitalize="off" maxlength="80"
- placeholder="搜索..." spellcheck="false"
- type="search" class="search-input">
- </div>
- <span class="popup-btn-close" role="button">
- <i class="fa fa-times-circle"></i>
- </span>
- </div>
- <div class="search-result-container no-result">
- <div class="search-result-icon">
- <i class="fa fa-spinner fa-pulse fa-5x"></i>
- </div>
- </div>
- </div>
- </div>
- </div>
-
-
- <div class="toggle sidebar-toggle" role="button">
- <span class="toggle-line"></span>
- <span class="toggle-line"></span>
- <span class="toggle-line"></span>
- </div>
- <aside class="sidebar">
- <div class="sidebar-inner sidebar-nav-active sidebar-toc-active">
- <ul class="sidebar-nav">
- <li class="sidebar-nav-toc">
- 文章目录
- </li>
- <li class="sidebar-nav-overview">
- 站点概览
- </li>
- </ul>
- <div class="sidebar-panel-container">
- <!--noindex-->
- <div class="post-toc-wrap sidebar-panel">
- <div class="post-toc animated"><ol class="nav"><li class="nav-item nav-level-1"><a class="nav-link" href="#%E9%81%97%E5%BF%98%E6%9B%B2%E7%BA%BF"><span class="nav-number">1.</span> <span class="nav-text">遗忘曲线</span></a></li><li class="nav-item nav-level-1"><a class="nav-link" href="#%E5%90%AF%E7%A4%BA"><span class="nav-number">2.</span> <span class="nav-text">启示</span></a></li><li class="nav-item nav-level-1"><a class="nav-link" href="#%E6%80%BB%E7%BB%93"><span class="nav-number">3.</span> <span class="nav-text">总结</span></a></li><li class="nav-item nav-level-1"><a class="nav-link" href="#%E5%8F%82%E8%80%83"><span class="nav-number">4.</span> <span class="nav-text">参考</span></a></li></ol></div>
- </div>
- <!--/noindex-->
- <div class="site-overview-wrap sidebar-panel">
- <div class="site-author site-overview-item animated" itemprop="author" itemscope itemtype="http://schema.org/Person">
- <img class="site-author-image" itemprop="image" alt="知行"
- src="/images/apple-touch-icon.png">
- <p class="site-author-name" itemprop="name">知行</p>
- <div class="site-description" itemprop="description">韭零后一枚,技术菜鸟,喜欢做白日梦,热爱修仙,任职于一小公司里撸代码。</div>
- </div>
- <div class="site-state-wrap site-overview-item animated">
- <nav class="site-state">
- <div class="site-state-item site-state-posts">
- <a href="/archives/">
-
- <span class="site-state-item-count">45</span>
- <span class="site-state-item-name">日志</span>
- </a>
- </div>
- <div class="site-state-item site-state-categories">
- <a href="/categories/">
-
- <span class="site-state-item-count">29</span>
- <span class="site-state-item-name">分类</span></a>
- </div>
- <div class="site-state-item site-state-tags">
- <a href="/tags/">
-
- <span class="site-state-item-count">27</span>
- <span class="site-state-item-name">标签</span></a>
- </div>
- </nav>
- </div>
- <div class="links-of-author site-overview-item animated">
- <span class="links-of-author-item">
- <a href="https://github.com/izhixing" title="GitHub → https://github.com/izhixing" rel="noopener" target="_blank"><i class="fab fa-github fa-fw"></i>GitHub</a>
- </span>
- <span class="links-of-author-item">
- <a href="mailto:3137650480@qq.com" title="E-Mail → mailto:3137650480@qq.com" rel="noopener" target="_blank"><i class="fa fa-envelope fa-fw"></i>E-Mail</a>
- </span>
- </div>
- </div>
- </div>
- </div>
- </aside>
- <div class="sidebar-dimmer"></div>
- </header>
-
- <div class="back-to-top" role="button">
- <i class="fa fa-arrow-up"></i>
- <span>0%</span>
- </div>
- <a href="https://github.com/izhixing" class="github-corner" title="Follow me on GitHub" aria-label="Follow me on GitHub" rel="noopener" target="_blank"><svg width="80" height="80" viewBox="0 0 250 250" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a>
- <noscript>
- <div class="noscript-warning">Theme NexT works best with JavaScript enabled</div>
- </noscript>
- <div class="main-inner post posts-expand">
-
- <div class="post-block">
-
-
- <article itemscope itemtype="http://schema.org/Article" class="post-content" lang="zh-CN">
- <link itemprop="mainEntityOfPage" href="https://blog.izhixing.icu/posts/ab6871d9.html">
- <span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
- <meta itemprop="image" content="/images/apple-touch-icon.png">
- <meta itemprop="name" content="知行">
- <meta itemprop="description" content="韭零后一枚,技术菜鸟,喜欢做白日梦,热爱修仙,任职于一小公司里撸代码。">
- </span>
- <span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
- <meta itemprop="name" content="知行">
- </span>
- <header class="post-header">
- <h1 class="post-title" itemprop="name headline">
- 科学的重复
- </h1>
- <div class="post-meta-container">
- <div class="post-meta">
- <span class="post-meta-item">
- <span class="post-meta-item-icon">
- <i class="far fa-calendar"></i>
- </span>
- <span class="post-meta-item-text">发表于</span>
- <time title="创建时间:2019-06-24 23:06:19" itemprop="dateCreated datePublished" datetime="2019-06-24T23:06:19+08:00">2019-06-24</time>
- </span>
- <span class="post-meta-item">
- <span class="post-meta-item-icon">
- <i class="far fa-calendar-check"></i>
- </span>
- <span class="post-meta-item-text">更新于</span>
- <time title="修改时间:2021-04-06 22:39:44" itemprop="dateModified" datetime="2021-04-06T22:39:44+08:00">2021-04-06</time>
- </span>
- <span class="post-meta-item">
- <span class="post-meta-item-icon">
- <i class="far fa-folder"></i>
- </span>
- <span class="post-meta-item-text">分类于</span>
- <span itemprop="about" itemscope itemtype="http://schema.org/Thing">
- <a href="/categories/%E5%AD%A6%E4%B9%A0/" itemprop="url" rel="index"><span itemprop="name">学习</span></a>
- </span>
- ,
- <span itemprop="about" itemscope itemtype="http://schema.org/Thing">
- <a href="/categories/%E5%AD%A6%E4%B9%A0/%E8%AE%B0%E5%BF%86/" itemprop="url" rel="index"><span itemprop="name">记忆</span></a>
- </span>
- </span>
-
- <span id="/posts/ab6871d9.html" class="post-meta-item leancloud_visitors" data-flag-title="科学的重复" title="阅读次数">
- <span class="post-meta-item-icon">
- <i class="far fa-eye"></i>
- </span>
- <span class="post-meta-item-text">阅读次数:</span>
- <span class="leancloud-visitors-count"></span>
- </span>
- </div>
- </div>
- </header>
-
-
-
- <div class="post-body" itemprop="articleBody">
- <p>想要学习效果好,记忆是个绕不开的话题,通过科学的重复记忆,就能显著的提高记忆效果。</p>
- <span id="more"></span>
- <h1 id="遗忘曲线"><a href="#遗忘曲线" class="headerlink" title="遗忘曲线"></a>遗忘曲线</h1><blockquote>
- <p>遗忘曲线(又名:艾宾浩斯遗忘曲线)揭示了人类大脑对于新事物的记忆规律:遗忘是先快后慢,最有趋于稳定。</p>
- </blockquote>
- <h1 id="启示"><a href="#启示" class="headerlink" title="启示"></a>启示</h1><p>根据遗忘曲线的特性,在关键时间点上进行重复复习,即可事半功倍的进行记忆。</p>
- <p>关键时间点:一般记住后,在5分钟后重复一遍,30分钟后再重复一遍,12小时后,1天后,2天后,4天后,7天后,15天后就会记得很牢。</p>
- <h1 id="总结"><a href="#总结" class="headerlink" title="总结"></a>总结</h1><p>并不需要一定要严格按照上述的时间点进行复习,只需要在大概的时间重复记忆一下内容即可,其本质是:重复记忆。</p>
- <p>计划在后续中进行尝试,并记录下心得。</p>
- <p>记录于2019-06-24 23:04,开始尝试。</p>
- <h1 id="参考"><a href="#参考" class="headerlink" title="参考"></a>参考</h1><p><a target="_blank" rel="noopener" href="https://baike.baidu.com/item/%E9%81%97%E5%BF%98%E6%9B%B2%E7%BA%BF/7278665?fromtitle=%E8%89%BE%E5%AE%BE%E6%B5%A9%E6%96%AF%E9%81%97%E5%BF%98%E6%9B%B2%E7%BA%BF&fromid=3905802">艾宾浩斯遗忘曲线</a></p>
- <p><a target="_blank" rel="noopener" href="https://www.zhihu.com/question/31136262">如何利用遗忘曲线来有效记忆?</a></p>
- </div>
-
-
-
- <footer class="post-footer">
- <div class="post-tags">
- <a href="/tags/%E5%AD%A6%E4%B9%A0/" rel="tag"># 学习</a>
- <a href="/tags/%E8%AE%B0%E5%BF%86/" rel="tag"># 记忆</a>
- </div>
-
- <div class="post-nav">
- <div class="post-nav-item">
- <a href="/posts/b1bd9b76.html" rel="prev" title="架构师的思考层次">
- <i class="fa fa-chevron-left"></i> 架构师的思考层次
- </a>
- </div>
- <div class="post-nav-item">
- <a href="/posts/d1f7f56f.html" rel="next" title="深入操作系统-01环境创建">
- 深入操作系统-01环境创建 <i class="fa fa-chevron-right"></i>
- </a>
- </div>
- </div>
- </footer>
- </article>
- </div>
- <div class="comments gitalk-container"></div>
- <script>
- window.addEventListener('tabs:register', () => {
- let { activeClass } = CONFIG.comments;
- if (CONFIG.comments.storage) {
- activeClass = localStorage.getItem('comments_active') || activeClass;
- }
- if (activeClass) {
- const activeTab = document.querySelector(`a[href="#comment-${activeClass}"]`);
- if (activeTab) {
- activeTab.click();
- }
- }
- });
- if (CONFIG.comments.storage) {
- window.addEventListener('tabs:click', event => {
- if (!event.target.matches('.tabs-comment .tab-content .tab-pane')) return;
- const commentClass = event.target.classList[1];
- localStorage.setItem('comments_active', commentClass);
- });
- }
- </script>
- </div>
- </main>
- <footer class="footer">
- <div class="footer-inner">
- <div class="copyright">
- © 2018 –
- <span itemprop="copyrightYear">2021</span>
- <span class="with-love">
- <i class="fa fa-heart"></i>
- </span>
- <span class="author" itemprop="copyrightHolder">知行</span>
- </div>
- <div class="powered-by">由 <a href="https://hexo.io/" class="theme-link" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/" class="theme-link" rel="noopener" target="_blank">NexT.Gemini</a> 强力驱动
- </div>
- </div>
- </footer>
-
- <script src="https://cdn.jsdelivr.net/npm/animejs@3.2.1/lib/anime.min.js"></script>
- <script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/next-boot.js"></script>
-
- <script src="/js/local-search.js"></script>
-
- <script>
- (function() {
- function leancloudSelector(url) {
- url = encodeURI(url);
- return document.getElementById(url).querySelector('.leancloud-visitors-count');
- }
- function addCount(Counter) {
- const visitors = document.querySelector('.leancloud_visitors');
- const url = decodeURI(visitors.id);
- const title = visitors.dataset.flagTitle;
- Counter('get', '/classes/Counter?where=' + encodeURIComponent(JSON.stringify({ url })))
- .then(response => response.json())
- .then(({ results }) => {
- if (results.length > 0) {
- const counter = results[0];
- leancloudSelector(url).innerText = counter.time + 1;
- Counter('put', '/classes/Counter/' + counter.objectId, { time: { '__op': 'Increment', 'amount': 1 } })
- .catch(error => {
- console.error('Failed to save visitor count', error);
- });
- } else {
- leancloudSelector(url).innerText = 'Counter not initialized! More info at console err msg.';
- console.error('ATTENTION! LeanCloud counter has security bug, see how to solve it here: https://github.com/theme-next/hexo-leancloud-counter-security. \n However, you can still use LeanCloud without security, by setting `security` option to `false`.');
-
- }
- })
- .catch(error => {
- console.error('LeanCloud Counter Error', error);
- });
- }
- function showTime(Counter) {
- const visitors = document.querySelectorAll('.leancloud_visitors');
- const entries = [...visitors].map(element => {
- return decodeURI(element.id);
- });
- Counter('get', '/classes/Counter?where=' + encodeURIComponent(JSON.stringify({ url: { '$in': entries } })))
- .then(response => response.json())
- .then(({ results }) => {
- for (let url of entries) {
- const target = results.find(item => item.url === url);
- leancloudSelector(url).innerText = target ? target.time : 0;
- }
- })
- .catch(error => {
- console.error('LeanCloud Counter Error', error);
- });
- }
- const { app_id, app_key, server_url } = {"enable":true,"app_id":"EVuNVQdwjVVETLVOGGdClySN-gzGzoHsz","app_key":"UBIufuTIEV1gHcdJIx6IOmyN","server_url":null,"security":true};
- function fetchData(api_server) {
- const Counter = (method, url, data) => {
- return fetch(`${api_server}/1.1${url}`, {
- method,
- headers: {
- 'X-LC-Id' : app_id,
- 'X-LC-Key' : app_key,
- 'Content-Type': 'application/json',
- },
- body: JSON.stringify(data)
- });
- };
- if (CONFIG.page.isPost) {
- if (CONFIG.hostname !== location.hostname) return;
- addCount(Counter);
- } else if (document.querySelectorAll('.post-title-link').length >= 1) {
- showTime(Counter);
- }
- }
- const api_server = app_id.slice(-9) === '-MdYXbMMI' ? `https://${app_id.slice(0, 8).toLowerCase()}.api.lncldglobal.com` : server_url;
- if (api_server) {
- fetchData(api_server);
- } else {
- fetch('https://app-router.leancloud.cn/2/route?appId=' + app_id)
- .then(response => response.json())
- .then(({ api_server }) => {
- fetchData('https://' + api_server);
- });
- }
- })();
- </script>
-
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gitalk@1.7.0/dist/gitalk.css">
- <script>
- NexT.utils.loadComments('.gitalk-container', () => {
- NexT.utils.getScript('https://cdn.jsdelivr.net/npm/gitalk@1.7.0/dist/gitalk.min.js', () => {
- var gitalk = new Gitalk({
- clientID : '37644037ac52d12cdd8a',
- clientSecret: '09993925bc5a09337e2d13cc1225761ca099d39b',
- repo : 'izhixing.github.io',
- owner : 'izhixing',
- admin : ['izhixing'],
- id : '4f3ae4f0b00282774b4788f5ef955061',
- proxy : 'https://cors-anywhere.herokuapp.com/https://github.com/login/oauth/access_token',
- language: '',
- distractionFreeMode: true
- });
- gitalk.render(document.querySelector('.gitalk-container'));
- }, window.Gitalk);
- });
- </script>
- </body>
- </html>
|