Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ai-box
Project
Project
Details
Activity
Releases
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
青山
ai-box
Commits
d4d4aae9
Commit
d4d4aae9
authored
Nov 11, 2024
by
fisherdaddy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: rm useless css & update vite config
parent
90edd27f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
index.html
index.html
+0
-1
HandwriteGen.css
src/styles/HandwriteGen.css
+0
-2
vite.config.js
vite.config.js
+0
-5
No files found.
index.html
View file @
d4d4aae9
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
<title>
AI工具箱 | 智能助手集合
</title>
<title>
AI工具箱 | 智能助手集合
</title>
<link
rel=
"stylesheet"
href=
"/src/styles/main.css"
/>
<link
rel=
"stylesheet"
href=
"/src/styles/main.css"
/>
<link
rel=
"icon"
href=
"/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"icon"
href=
"/favicon.ico"
type=
"image/x-icon"
/>
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> -->
<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-GSZMX418JL"
></script>
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-GSZMX418JL"
></script>
<script>
<script>
...
...
src/styles/HandwriteGen.css
View file @
d4d4aae9
@import
url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Indie+Flower&display=swap')
;
@font-face
{
@font-face
{
font-family
:
'XINYE'
;
font-family
:
'XINYE'
;
src
:
url('../data/handwrite/fonts/new-leaf.otf')
;
src
:
url('../data/handwrite/fonts/new-leaf.otf')
;
...
...
vite.config.js
View file @
d4d4aae9
...
@@ -3,11 +3,6 @@ import sitemap from 'vite-plugin-sitemap';
...
@@ -3,11 +3,6 @@ import sitemap from 'vite-plugin-sitemap';
// https://vitejs.dev/config/
// https://vitejs.dev/config/
export
default
defineConfig
({
export
default
defineConfig
({
plugins
:
[
sitemap
({
// plugin options
}),
],
server
:
{
server
:
{
port
:
3000
port
:
3000
}
}
...
...
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