Skip to content

Commit

Permalink
feat: 添加algolia配置
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerzh committed Dec 22, 2022
1 parent 9dd20ce commit 641deec
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export default defineConfig({
outline: 'deep',
outlineTitle:'目录',
algolia: {
indexName: 'Notebook',
appId: '3II0BF621L',
apiKey: 'f0f82443dd1e3bb2738c4e904221fc97',
indexName: 'com.tigerzh.doc',
appId: 'MDH54K1FJG',
apiKey: '2651a6fb85dcb86beafa3e76ba3dcf99',
searchParameters: {
facetFilters: ['version:v3']
}
Expand Down
28 changes: 25 additions & 3 deletions src/log/投研模版项目.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

## 更新模版

### 投研模版1126更新
### 投研模版

bug修复

Expand All @@ -81,8 +81,6 @@ bug修复
- 修复公司规模收益对比图无法显示前十和二十的问题
- 修复基金业绩指标对比图tooltip显示错误问题



-

Buggers文档地址
Expand All @@ -91,6 +89,30 @@ https://docs.qq.com/sheet/DZFN1VVNUcVBIVnp0?tab=BB08J2
http://aigle-dev.qutke.cn/irtemplate
aigle/123456

## 1.5.42 (2022-12-07)


### Bug Fixes

* 偏离度表 沈楠排列乱码
* 行业板块配置一致性图,横纵坐标位置调整
* 修复偏离度表,切换类型时图表布局混乱
* 修复横坐标和图标参数里面的偏离度选项没有对应
* 修复持股数量图时间选择问题
* 修改年化超额收益文案
* 修复基金产品/基金经理的胜率指标表同类排名、排名分标题顺序
* 修复基金业绩指标对比图,纵坐标动态切换指标
* 修复公募市场资产配置时序图 基金类型改为 电子 传媒 计算机后无数据
* 修复公募市场行业配置时间选择问题

### 调整

* 修改规模统计图单位为“亿份”
* 风险收益指标改为“业绩指标”
* 基金收益表现表,删除“收益”



```
投研模版1115更新
Expand Down

0 comments on commit 641deec

Please sign in to comment.