Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
ai-astro
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liubinyu
ai-astro
Commits
c8fd6b04
Commit
c8fd6b04
authored
May 08, 2025
by
liubinyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
b6f38543
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
forecast.vue
src/views/forecast.vue
+1
-1
vite.config.js
vite.config.js
+1
-0
No files found.
src/views/forecast.vue
View file @
c8fd6b04
...
...
@@ -107,7 +107,7 @@ function getWordList(word) {
.
title2
{
font
-
family
:
Roboto
-
Regular
;
font
-
weight
:
400
;
font
-
size
:
24
px
;
font
-
size
:
1.25
vw
;
text
-
shadow
:
0
0.15625
vw
0.3125
vw
rgba
(
0
,
0
,
0
,
0.66
);
text
-
align
:
center
;
margin
-
top
:
1.2
vw
;
...
...
vite.config.js
View file @
c8fd6b04
...
...
@@ -11,6 +11,7 @@ export default defineConfig({
],
},
server
:
{
host
:
true
,
proxy
:
{
'/api'
:
{
target
:
'http://47.243.113.209:8081'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment