diff --git a/index.mjs b/index.mjs index 4ef33eb..dab4208 100644 --- a/index.mjs +++ b/index.mjs @@ -7,7 +7,6 @@ function updateContent(text, options = {}) { const elContent = document.getElementById('content'); if (options.isLink) { elContent.classList.add('iframe') - console.log('22', elContent.style) const elIframe = document.createElement('iframe'); elIframe.src = text; elIframe.width = '100%'; diff --git a/index/article.md b/index/article.md index f05dc80..fc1e538 100644 --- a/index/article.md +++ b/index/article.md @@ -43,6 +43,7 @@ - [用户 角色 权限的通用设计](../articles/2023/userRolePermission.md) - [Markdown 例子](../articles/markdown.md) - [Mathjax](../articles/mathjax.md) +- [农历历法](../articles/2023/chineseCalendar.md) ## 工作中遇到的 - [mobile-detect.js](https://github.com/hgoebl/mobile-detect.js) diff --git a/index/online.md b/index/online.md index 642f488..818ebb8 100644 --- a/index/online.md +++ b/index/online.md @@ -33,8 +33,11 @@ ## 工具 + ### 文档 +- [PubScholar公益学术平台](https://pubscholar.cn/) +- [国家标准全文公开系统](https://openstd.samr.gov.cn/bzgk/gb/index) - [msdn](https://learn.microsoft.com/zh-cn/) - [个人关于微软的开发文档](https://msdn.itellyou.cn/) - [MDN Web Docs](https://developer.mozilla.org/en-US/)