feat: initial project setup with core infrastructure and api clients
- Add environment configs for dev/staging/prod environments - Implement centralized axios request utility with standardized error handling - Add shared TypeScript types for API responses and requests - Create comprehensive API client modules for all core endpoints - Configure vue router with all application page routes - Add icon fonts, static assets, and loading animations - Set up project documentation and collaboration guidelines - Remove deprecated uni-app bridge component files
This commit is contained in:
17
src/assets/fonts/iconfont.css
Normal file
17
src/assets/fonts/iconfont.css
Normal file
@@ -0,0 +1,17 @@
|
||||
@font-face {
|
||||
font-family: "ZhiNian"; /* Project id 4988933 */
|
||||
src: url("/static/fonts/iconfont.ttf") format("truetype");
|
||||
}
|
||||
|
||||
.ZhiNian {
|
||||
font-family: "ZhiNian" !important;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.zn-food:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.zn-clock:before {
|
||||
content: "\e600";
|
||||
}
|
||||
BIN
src/assets/fonts/iconfont.ttf
Normal file
BIN
src/assets/fonts/iconfont.ttf
Normal file
Binary file not shown.
38
src/assets/fonts/znicons.js
Normal file
38
src/assets/fonts/znicons.js
Normal file
@@ -0,0 +1,38 @@
|
||||
export const zniconsMap = {
|
||||
"zn-wifi": "\ue681",
|
||||
"zn-bath": "\ue69a",
|
||||
"zn-frame": "\ue683",
|
||||
"zn-shower-gel": "\ue684",
|
||||
"zn-a-washingmachine": "\ue685",
|
||||
"zn-live": "\ue686",
|
||||
"zn-user": "\ue687",
|
||||
"zn-dish-cover": "\ue688",
|
||||
"zn-glass-cup": "\ue689",
|
||||
"zn-check-circle": "\ue68a",
|
||||
"zn-send-filled": "\ue68b",
|
||||
"zn-nav-arrow-right": "\ue68c",
|
||||
"zn-nav-arrow-left": "\ue68d",
|
||||
"zn-nav-arrow-down": "\ue68e",
|
||||
"zn-fast-arrow-down": "\ue68f",
|
||||
"zn-nav-arrow-up": "\ue690",
|
||||
"zn-microphone": "\ue691",
|
||||
"zn-warning-check-in": "\ue692",
|
||||
"zn-refund": "\ue693",
|
||||
"zn-warning-circle": "\ue694",
|
||||
"zn-dinsh": "\ue6a3",
|
||||
"zn-clock": "\ue6a6",
|
||||
"zn-edit": "\ue6a5",
|
||||
"zn-forkchopsticks": "\ue6a4",
|
||||
"zn-camera": "\ue6a2",
|
||||
"zn-nav-room": "\ue6a1",
|
||||
"zn-nav-ticket": "\ue6a0",
|
||||
"zn-ticket": "\ue69b",
|
||||
"zn-package": "\ue69d",
|
||||
"zn-nav-meal": "\ue69c",
|
||||
"zn-room": "\ue699",
|
||||
"zn-coffee": "\ue698",
|
||||
"zn-refresh": "\ue69f",
|
||||
"zn-keyborad": "\ue697",
|
||||
"zn-hotspring": "\ue696",
|
||||
"zn-bell": "\ue695",
|
||||
};
|
||||
BIN
src/assets/fonts/znicons.ttf
Normal file
BIN
src/assets/fonts/znicons.ttf
Normal file
Binary file not shown.
BIN
src/assets/images/chat_msg_loading.gif
Normal file
BIN
src/assets/images/chat_msg_loading.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Reference in New Issue
Block a user