fix: search_rankings missing columns 500 error + campaigns.html var typo
database.py: add 5 missing search_rankings columns (ai_search_engine, citation_snippet, citation_url, geo_score, content_type) - caused /api/seo/rankings Internal Server Error campaigns.html: fix template referencing rankingOverview instead of keywordRankingOverview Ultraworked with Sisyphus Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
<div class="toolbar">
|
||||
<span style="font-size:13px;color:#909399;">
|
||||
共 {{ keywordRankings.length }} 条记录
|
||||
<span v-if="rankingOverview.with_rank != null"> · 有排名 {{ rankingOverview.with_rank }} 条</span>
|
||||
<span v-if="keywordRankingOverview.with_rank != null"> · 有排名 {{ keywordRankingOverview.with_rank }} 条</span>
|
||||
</span>
|
||||
</div>
|
||||
<div v-if="loading" class="card-loading">加载中...</div>
|
||||
|
||||
Reference in New Issue
Block a user