Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22023-2210132
proj235-LinuxOTA-4000
Commits
717a71d6
Unverified
Commit
717a71d6
authored
8 months ago
by
libijk
Committed by
GitHub
8 months ago
Browse files
Options
Download
Plain Diff
Merge branch 'master' into shell
parents
f9df4b99
079c5841
master
No related merge requests found
Changes
239
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
LICENSE
+674
-0
LICENSE
Makefile
+13
-0
Makefile
README.md
+16
-6
README.md
client-ui/.gitignore
+19
-19
client-ui/.gitignore
client-ui/.vscode/extensions.json
+0
-3
client-ui/.vscode/extensions.json
client-ui/README.md
+72
-4
client-ui/README.md
client-ui/app.config.ts
+8
-0
client-ui/app.config.ts
client-ui/app.vue
+19
-0
client-ui/app.vue
client-ui/assets/main.scss
+0
-0
client-ui/assets/main.scss
client-ui/components/DarkSwitch.vue
+27
-0
client-ui/components/DarkSwitch.vue
client-ui/components/MenuHead.vue
+29
-0
client-ui/components/MenuHead.vue
client-ui/components/updater/ListPanel.vue.vue
+16
-0
client-ui/components/updater/ListPanel.vue.vue
client-ui/components/updater/UpdateSetting.vue
+32
-0
client-ui/components/updater/UpdateSetting.vue
client-ui/composables/useAuth.ts
+22
-0
client-ui/composables/useAuth.ts
client-ui/eslint.config.mjs
+13
-0
client-ui/eslint.config.mjs
client-ui/middleware/auth.global.ts
+5
-0
client-ui/middleware/auth.global.ts
client-ui/nuxt.config.ts
+21
-0
client-ui/nuxt.config.ts
client-ui/package.json
+20
-14
client-ui/package.json
client-ui/pages/index.vue
+133
-0
client-ui/pages/index.vue
client-ui/pages/login.vue
+113
-0
client-ui/pages/login.vue
with
1252 additions
and
46 deletions
+1252
-46
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets