Spaces:
Running
Running
Upload static/hot_ai_prepend.js
Browse files- static/hot_ai_prepend.js +2 -0
static/hot_ai_prepend.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
// Prepend AI topics to hot topics list - ensures they're always visible first
|
|
|
|
| 2 |
(function(){
|
| 3 |
const AI_TOPICS = [
|
| 4 |
'Công nghệ AI',
|
|
|
|
| 5 |
'World Cup 2026',
|
| 6 |
'Kinh tế Việt Nam',
|
| 7 |
'Bóng đá châu Âu'
|
|
|
|
| 1 |
// Prepend AI topics to hot topics list - ensures they're always visible first
|
| 2 |
+
// FIX v2: Thêm AI Thế Giới
|
| 3 |
(function(){
|
| 4 |
const AI_TOPICS = [
|
| 5 |
'Công nghệ AI',
|
| 6 |
+
'AI Thế Giới',
|
| 7 |
'World Cup 2026',
|
| 8 |
'Kinh tế Việt Nam',
|
| 9 |
'Bóng đá châu Âu'
|