Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GraceTemplate
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
front-end
GraceTemplate
Commits
1919d9de
Commit
1919d9de
authored
Sep 03, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改
parent
f4e40510
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
543 additions
and
141 deletions
+543
-141
package.json
package.json
+4
-1
tsconfig.node.json
tsconfig.node.json
+3
-3
vite.config.ts
vite.config.ts
+1
-1
yarn.lock
yarn.lock
+535
-136
No files found.
package.json
View file @
1919d9de
...
@@ -18,12 +18,13 @@
...
@@ -18,12 +18,13 @@
"
@spark/utils
"
:
"
^2.0.88
"
,
"
@spark/utils
"
:
"
^2.0.88
"
,
"
@types/crypto-js
"
:
"
^4.2.2
"
,
"
@types/crypto-js
"
:
"
^4.2.2
"
,
"
@types/node
"
:
"
^22.5.1
"
,
"
@types/node
"
:
"
^22.5.1
"
,
"
ali-oss
"
:
"
^6.21.0
"
,
"
crypto-js
"
:
"
^4.2.0
"
,
"
crypto-js
"
:
"
^4.2.0
"
,
"
duiba-utils
"
:
"
^2.0.2
"
,
"
duiba-utils
"
:
"
^2.0.2
"
,
"
gitinfo-ts
"
:
"
^0.0.2
"
,
"
less
"
:
"
^4.2.0
"
,
"
less
"
:
"
^4.2.0
"
,
"
mobx
"
:
"
^6.13.1
"
,
"
mobx
"
:
"
^6.13.1
"
,
"
mobx-react
"
:
"
^9.1.1
"
,
"
mobx-react
"
:
"
^9.1.1
"
,
"
progress
"
:
"
^2.0.3
"
,
"
react
"
:
"
^18.3.1
"
,
"
react
"
:
"
^18.3.1
"
,
"
react-dom
"
:
"
^18.3.1
"
"
react-dom
"
:
"
^18.3.1
"
},
},
...
@@ -31,7 +32,9 @@
...
@@ -31,7 +32,9 @@
"
@babel/plugin-proposal-class-properties
"
:
"
^7.18.6
"
,
"
@babel/plugin-proposal-class-properties
"
:
"
^7.18.6
"
,
"
@babel/plugin-proposal-decorators
"
:
"
^7.24.7
"
,
"
@babel/plugin-proposal-decorators
"
:
"
^7.24.7
"
,
"
@eslint/js
"
:
"
^9.9.0
"
,
"
@eslint/js
"
:
"
^9.9.0
"
,
"
@types/ali-oss
"
:
"
^6.16.11
"
,
"
@types/postcss-pxtorem
"
:
"
^6.0.3
"
,
"
@types/postcss-pxtorem
"
:
"
^6.0.3
"
,
"
@types/progress
"
:
"
^2.0.7
"
,
"
@types/react
"
:
"
^18.3.3
"
,
"
@types/react
"
:
"
^18.3.3
"
,
"
@types/react-dom
"
:
"
^18.3.0
"
,
"
@types/react-dom
"
:
"
^18.3.0
"
,
"
@vitejs/plugin-legacy
"
:
"
^5.4.2
"
,
"
@vitejs/plugin-legacy
"
:
"
^5.4.2
"
,
...
...
tsconfig.node.json
View file @
1919d9de
...
@@ -13,9 +13,9 @@
...
@@ -13,9 +13,9 @@
"moduleDetection"
:
"force"
,
"moduleDetection"
:
"force"
,
"noEmit"
:
true
,
"noEmit"
:
true
,
/*
Linting
*/
/*
Linting
*/
"strict"
:
tru
e
,
"strict"
:
fals
e
,
"noUnusedLocals"
:
tru
e
,
"noUnusedLocals"
:
fals
e
,
"noUnusedParameters"
:
tru
e
,
"noUnusedParameters"
:
fals
e
,
"noFallthroughCasesInSwitch"
:
true
"noFallthroughCasesInSwitch"
:
true
},
},
"include"
:
[
"include"
:
[
...
...
vite.config.ts
View file @
1919d9de
...
@@ -41,7 +41,7 @@ export default defineConfig({
...
@@ -41,7 +41,7 @@ export default defineConfig({
buildVersion
:
versionStamp
,
buildVersion
:
versionStamp
,
uploadDir
:
uploadDir
,
uploadDir
:
uploadDir
,
region
:
"oss-cn-hangzhou"
,
region
:
"oss-cn-hangzhou"
,
bucket
:
"duiba
-credits-test
"
,
bucket
:
"duiba"
,
accessKeyId
:
"LTAI5tPUSSxgkEmKPAfVXUQQ"
,
accessKeyId
:
"LTAI5tPUSSxgkEmKPAfVXUQQ"
,
accessKeySecret
:
"6sk3EDd1BYrXlAUoh8maMuN7hOMkh1"
,
accessKeySecret
:
"6sk3EDd1BYrXlAUoh8maMuN7hOMkh1"
,
}),
}),
...
...
yarn.lock
View file @
1919d9de
This diff is collapsed.
Click to expand it.
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