Skip to content

Commit 2e4f777

Browse files
committed
NEW
1 parent 1657242 commit 2e4f777

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/js/others.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
icon: 'https://img.quanxiaoha.com/quanxiaoha/164839133079354',
77
link: '../../h5/other/Dart补充.html'
88
},
9+
{
10+
title: '新版本Conda修改虚拟环境路径和包路径的方法',
11+
content: '新版本Conda修改虚拟环境路径和包路径的方法',
12+
icon: 'https://anaconda.org/static/img/anaconda-symbol.svg',
13+
link: '../../h5/other/新版本Conda修改虚拟环境路径和包路径的方法.html'
14+
},
915
{
1016
title: 'Gurobi单变量非线性优化问题',
1117
content: 'Gurobi单变量非线性优化问题的几种改进快速计算的方法',
@@ -59,7 +65,7 @@
5965
const blogListContainer= document.getElementById('blogListContainer');
6066

6167
// 初始化博客列表
62-
function initBlogList() {
68+
function initBlogList() {
6369
blogListContainer.innerHTML = '';
6470
blogList.forEach(blog => {
6571
const blogCard = document.createElement('div');

0 commit comments

Comments
 (0)