mirror of
https://git.hmsn.ink/kospo/helptalk/user.git
synced 2026-03-19 19:14:57 +09:00
first
This commit is contained in:
14
.env
Normal file
14
.env
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
#VUE_APP_DEFAULT_AUTH=api
|
||||||
|
VITE_APP_DEFAULT_AUTH=api
|
||||||
|
|
||||||
|
# 운영
|
||||||
|
VITE_APP_BASE_URL=http://talk.kospo.co.kr:3000
|
||||||
|
VITE_APP_API_URL=http://talk.kospo.co.kr:3000
|
||||||
|
VITE_APP_WEBSOCKET_URL=ws://talk.kospo.co.kr:3000
|
||||||
|
|
||||||
|
# 개발
|
||||||
|
VITE_DEV_APP_BASE_URL=http://devtalk.kospo.co.kr:3000
|
||||||
|
VITE_DEV_APP_API_URL=http://devtalk.kospo.co.kr:3000
|
||||||
|
VITE_DEV_APP_WEBSOCKET_URL=ws://devtalk.kospo.co.kr:3000
|
||||||
|
|
||||||
|
VITE_DEBUG=Y
|
||||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
/.idea/
|
||||||
|
/dist/
|
||||||
|
/node_modules/
|
||||||
2
.yarnrc
Normal file
2
.yarnrc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
yarn-offline-mirror "./npm-packages-offilne"
|
||||||
|
yarn-offline-mirror-pruning true
|
||||||
23
index.html
Normal file
23
index.html
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
|
<link rel="icon" href="/favicon.ico">
|
||||||
|
<link rel="manifest" href="/manifest.json" crossorigin="anonymous">
|
||||||
|
<!-- <link href="../node_modules/simplebar/dist/simplebar.min.css" rel="stylesheet" type="text/css"> -->
|
||||||
|
<title>KOSPO 헬프톡</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<noscript>
|
||||||
|
<strong>We're sorry but APP doesn't work properly without JavaScript enabled.
|
||||||
|
Please enable it to continue.</strong>
|
||||||
|
</noscript>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script type="module" src="/src/main.js"></script>
|
||||||
|
<script>const global = globalThis;</script>
|
||||||
|
<!-- built files will be auto injected -->
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
19
jsconfig.json
Normal file
19
jsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "es5",
|
||||||
|
"module": "esnext",
|
||||||
|
"baseUrl": "./",
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"paths": {
|
||||||
|
"@/*": [
|
||||||
|
"src/*"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"lib": [
|
||||||
|
"esnext",
|
||||||
|
"dom",
|
||||||
|
"dom.iterable",
|
||||||
|
"scripthost"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
npm-packages-offilne/@ampproject-remapping-2.3.0.tgz
Normal file
BIN
npm-packages-offilne/@ampproject-remapping-2.3.0.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-code-frame-7.12.11.tgz
Normal file
BIN
npm-packages-offilne/@babel-code-frame-7.12.11.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-code-frame-7.26.2.tgz
Normal file
BIN
npm-packages-offilne/@babel-code-frame-7.26.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-compat-data-7.26.5.tgz
Normal file
BIN
npm-packages-offilne/@babel-compat-data-7.26.5.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-core-7.26.0.tgz
Normal file
BIN
npm-packages-offilne/@babel-core-7.26.0.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-eslint-parser-7.26.5.tgz
Normal file
BIN
npm-packages-offilne/@babel-eslint-parser-7.26.5.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-generator-7.26.5.tgz
Normal file
BIN
npm-packages-offilne/@babel-generator-7.26.5.tgz
Normal file
Binary file not shown.
Binary file not shown.
BIN
npm-packages-offilne/@babel-helper-module-imports-7.25.9.tgz
Normal file
BIN
npm-packages-offilne/@babel-helper-module-imports-7.25.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-helper-module-transforms-7.26.0.tgz
Normal file
BIN
npm-packages-offilne/@babel-helper-module-transforms-7.26.0.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-helper-string-parser-7.25.9.tgz
Normal file
BIN
npm-packages-offilne/@babel-helper-string-parser-7.25.9.tgz
Normal file
Binary file not shown.
Binary file not shown.
BIN
npm-packages-offilne/@babel-helper-validator-option-7.25.9.tgz
Normal file
BIN
npm-packages-offilne/@babel-helper-validator-option-7.25.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-helpers-7.26.0.tgz
Normal file
BIN
npm-packages-offilne/@babel-helpers-7.26.0.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-highlight-7.25.9.tgz
Normal file
BIN
npm-packages-offilne/@babel-highlight-7.25.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-parser-7.26.5.tgz
Normal file
BIN
npm-packages-offilne/@babel-parser-7.26.5.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-runtime-7.26.0.tgz
Normal file
BIN
npm-packages-offilne/@babel-runtime-7.26.0.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-template-7.25.9.tgz
Normal file
BIN
npm-packages-offilne/@babel-template-7.25.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-traverse-7.26.5.tgz
Normal file
BIN
npm-packages-offilne/@babel-traverse-7.26.5.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@babel-types-7.26.5.tgz
Normal file
BIN
npm-packages-offilne/@babel-types-7.26.5.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@d-gs-vue-pwa-install-prompt-0.1.6.tgz
Normal file
BIN
npm-packages-offilne/@d-gs-vue-pwa-install-prompt-0.1.6.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-aix-ppc64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-aix-ppc64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-android-arm-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-android-arm-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-android-arm64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-android-arm64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-android-x64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-android-x64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-darwin-arm64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-darwin-arm64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-darwin-x64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-darwin-x64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-freebsd-arm64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-freebsd-arm64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-freebsd-x64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-freebsd-x64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-linux-arm-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-linux-arm-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-linux-arm64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-linux-arm64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-linux-ia32-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-linux-ia32-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-linux-loong64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-linux-loong64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-linux-mips64el-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-linux-mips64el-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-linux-ppc64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-linux-ppc64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-linux-riscv64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-linux-riscv64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-linux-s390x-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-linux-s390x-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-linux-x64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-linux-x64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-netbsd-arm64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-netbsd-arm64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-netbsd-x64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-netbsd-x64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-openbsd-arm64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-openbsd-arm64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-openbsd-x64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-openbsd-x64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-sunos-x64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-sunos-x64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-win32-arm64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-win32-arm64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-win32-ia32-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-win32-ia32-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@esbuild-win32-x64-0.24.2.tgz
Normal file
BIN
npm-packages-offilne/@esbuild-win32-x64-0.24.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@eslint-eslintrc-0.4.3.tgz
Normal file
BIN
npm-packages-offilne/@eslint-eslintrc-0.4.3.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-analytics-0.10.8.tgz
Normal file
BIN
npm-packages-offilne/@firebase-analytics-0.10.8.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-analytics-compat-0.2.14.tgz
Normal file
BIN
npm-packages-offilne/@firebase-analytics-compat-0.2.14.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-analytics-types-0.8.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-analytics-types-0.8.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-app-0.10.13.tgz
Normal file
BIN
npm-packages-offilne/@firebase-app-0.10.13.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-app-check-0.8.8.tgz
Normal file
BIN
npm-packages-offilne/@firebase-app-check-0.8.8.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-app-check-compat-0.3.15.tgz
Normal file
BIN
npm-packages-offilne/@firebase-app-check-compat-0.3.15.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-app-check-interop-types-0.3.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-app-check-interop-types-0.3.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-app-check-types-0.5.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-app-check-types-0.5.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-app-compat-0.2.43.tgz
Normal file
BIN
npm-packages-offilne/@firebase-app-compat-0.2.43.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-app-types-0.9.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-app-types-0.9.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-auth-1.7.9.tgz
Normal file
BIN
npm-packages-offilne/@firebase-auth-1.7.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-auth-compat-0.5.14.tgz
Normal file
BIN
npm-packages-offilne/@firebase-auth-compat-0.5.14.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-auth-interop-types-0.2.3.tgz
Normal file
BIN
npm-packages-offilne/@firebase-auth-interop-types-0.2.3.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-auth-types-0.12.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-auth-types-0.12.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-component-0.6.9.tgz
Normal file
BIN
npm-packages-offilne/@firebase-component-0.6.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-data-connect-0.1.0.tgz
Normal file
BIN
npm-packages-offilne/@firebase-data-connect-0.1.0.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-database-1.0.8.tgz
Normal file
BIN
npm-packages-offilne/@firebase-database-1.0.8.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-database-compat-1.0.8.tgz
Normal file
BIN
npm-packages-offilne/@firebase-database-compat-1.0.8.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-database-types-1.0.5.tgz
Normal file
BIN
npm-packages-offilne/@firebase-database-types-1.0.5.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-firestore-4.7.3.tgz
Normal file
BIN
npm-packages-offilne/@firebase-firestore-4.7.3.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-firestore-compat-0.3.38.tgz
Normal file
BIN
npm-packages-offilne/@firebase-firestore-compat-0.3.38.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-firestore-types-3.0.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-firestore-types-3.0.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-functions-0.11.8.tgz
Normal file
BIN
npm-packages-offilne/@firebase-functions-0.11.8.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-functions-compat-0.3.14.tgz
Normal file
BIN
npm-packages-offilne/@firebase-functions-compat-0.3.14.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-functions-types-0.6.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-functions-types-0.6.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-installations-0.6.9.tgz
Normal file
BIN
npm-packages-offilne/@firebase-installations-0.6.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-installations-compat-0.2.9.tgz
Normal file
BIN
npm-packages-offilne/@firebase-installations-compat-0.2.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-installations-types-0.5.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-installations-types-0.5.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-logger-0.4.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-logger-0.4.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-messaging-0.12.12.tgz
Normal file
BIN
npm-packages-offilne/@firebase-messaging-0.12.12.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-messaging-compat-0.2.12.tgz
Normal file
BIN
npm-packages-offilne/@firebase-messaging-compat-0.2.12.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-messaging-interop-types-0.2.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-messaging-interop-types-0.2.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-performance-0.6.9.tgz
Normal file
BIN
npm-packages-offilne/@firebase-performance-0.6.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-performance-compat-0.2.9.tgz
Normal file
BIN
npm-packages-offilne/@firebase-performance-compat-0.2.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-performance-types-0.2.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-performance-types-0.2.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-remote-config-0.4.9.tgz
Normal file
BIN
npm-packages-offilne/@firebase-remote-config-0.4.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-remote-config-compat-0.2.9.tgz
Normal file
BIN
npm-packages-offilne/@firebase-remote-config-compat-0.2.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-remote-config-types-0.3.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-remote-config-types-0.3.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-storage-0.13.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-storage-0.13.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-storage-compat-0.3.12.tgz
Normal file
BIN
npm-packages-offilne/@firebase-storage-compat-0.3.12.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-storage-types-0.8.2.tgz
Normal file
BIN
npm-packages-offilne/@firebase-storage-types-0.8.2.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-util-1.10.0.tgz
Normal file
BIN
npm-packages-offilne/@firebase-util-1.10.0.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-vertexai-preview-0.0.4.tgz
Normal file
BIN
npm-packages-offilne/@firebase-vertexai-preview-0.0.4.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@firebase-webchannel-wrapper-1.0.1.tgz
Normal file
BIN
npm-packages-offilne/@firebase-webchannel-wrapper-1.0.1.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@floating-ui-core-1.6.9.tgz
Normal file
BIN
npm-packages-offilne/@floating-ui-core-1.6.9.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@floating-ui-dom-1.6.13.tgz
Normal file
BIN
npm-packages-offilne/@floating-ui-dom-1.6.13.tgz
Normal file
Binary file not shown.
BIN
npm-packages-offilne/@floating-ui-utils-0.2.9.tgz
Normal file
BIN
npm-packages-offilne/@floating-ui-utils-0.2.9.tgz
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user