Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous committed Mar 7, 2024
1 parent e7cb6fb commit ebb9ef8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 九快记账网页端
# Money Note

本项目是九快记账网页端源代码。
Money Note Web UI for PC browser.


2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'

services:
moneywhere-user-fe:
moneynote-pc:
build: .
environment:
USER_API_HOST: http://192.168.2.4:9092
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moneywhere-user-fe",
"version": "1.0.62",
"name": "moneynote-pc",
"version": "1.0.63",
"private": true,
"scripts": {
"analyze": "cross-env ANALYZE=1 max build",
Expand Down

0 comments on commit ebb9ef8

Please sign in to comment.