- GetNavHistoryAsync现在会自动检查是否有历史数据 - 无历史数据时自动调用BackfillNavHistoryInternalAsync - 拆分内部回填方法,避免重复验证权限
34 lines
369 B
Plaintext
Executable File
34 lines
369 B
Plaintext
Executable File
**/.classpath
|
|
**/.dockerignore
|
|
**/.env
|
|
**/.git
|
|
**/.gitignore
|
|
**/.project
|
|
**/.settings
|
|
**/.toolstarget
|
|
**/.vs
|
|
**/.vscode
|
|
**/*.*proj.user
|
|
**/*.dbmdl
|
|
**/*.jfm
|
|
**/bin
|
|
**/charts
|
|
**/docker-compose*
|
|
**/Dockerfile*
|
|
**/node_modules
|
|
**/npm-debug.log
|
|
**/obj
|
|
**/secrets.dev.yaml
|
|
**/values.dev.yaml
|
|
*.md
|
|
.git
|
|
.vs
|
|
.vscode
|
|
bin
|
|
obj
|
|
logs
|
|
*.user
|
|
appsettings.json
|
|
appsettings.*.json
|
|
.env
|