Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
776 changes: 776 additions & 0 deletions install/install.sh

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
".vue"
]
}
}
}
25 changes: 20 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casaos-main",
"version": "v0.4.5",
"version": "0.4.5",
"private": true,
"scripts": {
"dev": "vue-cli-service serve --mode dev",
Expand All @@ -12,12 +12,11 @@
"installConfig": {
"hoistingLimits": "workspaces"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "yarn@1.22.22",
"dependencies": {
"@fontsource/roboto": "^5.0.5",
"@icewhale/casaos-appmanagement-openapi": "latest",
"@icewhale/casaos-openapi": "latest",
"@icewhale/icewhale-files-openapi": "latest",
"@kangc/v-md-editor": "^1.7.11",
"@mdi/font": "^6.9.96",
"@tiptap/core": "^2.0.4",
Expand All @@ -31,11 +30,14 @@
"@vue-office/pdf": "^1.6.0",
"@vueuse/components": "^10.2.1",
"@vueuse/core": "^10.2.1",
"@yundera/icewhale-files-openapi": "1.3.0-alpha133",
"apexcharts": "^5.3.5",
"artplayer": "^4.6.2",
"axios": "^0.28.1",
"browser-info": "^1.3.0",
"buefy": "^0.9.29",
"bulma": "0.9.4",
"chart.js": "^4.5.0",
"clipboard-copy": "^4.0.1",
"codemirror": "^5.41.0",
"composerize": "^1.2.0",
Expand Down Expand Up @@ -154,5 +156,18 @@
"> 1%",
"last 2 versions",
"not dead"
]
}
],
"description": "[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=IceWhaleTech_CasaOS-UI&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=IceWhaleTech_CasaOS-UI)\r [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=IceWhaleTech_CasaOS-UI&metric=bugs)](https://sonarcloud.io/summary/new_code?id=IceWhaleTech_CasaOS-UI)\r [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=IceWhaleTech_CasaOS-UI&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=IceWhaleTech_CasaOS-UI)\r [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=IceWhaleTech_CasaOS-UI&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=IceWhaleTech_CasaOS-UI)\r [![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=IceWhaleTech_CasaOS-UI&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=IceWhaleTech_CasaOS-UI)",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CyberHuman-bot/Car-Stop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CyberHuman-bot/Car-Stop/issues"
},
"homepage": "https://github.com/CyberHuman-bot/Car-Stop#readme"
}
244 changes: 122 additions & 122 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Binary file added public/oldfavicon
Binary file not shown.
1 change: 1 addition & 0 deletions src/components/SideBar.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<script>
import lowerFirst from 'lodash/lowerFirst'
import camelCase from 'lodash/camelCase'
Expand Down
2 changes: 1 addition & 1 deletion src/components/syncthing/SyncBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="blur-background"></div>
<div class="wuji-content _box is-flex is-flex-direction-column">
<!-- Init State Start -->
<h6 class="title is-4 mb-0 has-text-white is-flex-shrink-0">{{ $t(`Sync your data`) }}</h6>
<h6 class="title is-4 mb-0 has-text-white is-flex-shrink-0">{{ $t(`Find Your Way`) }}</h6>
<div class="is-flex is-align-items-center is-flex-grow-1 _notice-content-text">
<div class="info ">
<div class="des two-line is-size-14px">
Expand Down
6 changes: 4 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import AppSection from '@/components/Apps/AppSection.vue'
import FilePanel from '@/components/filebrowser/FilePanel.vue'
import UpdateCompleteModal from '@/components/settings/UpdateCompleteModal.vue'
import { mixin } from '@/mixins/mixin'


import events from '@/events/events'

const wallpaperConfig = 'wallpaper'
Expand Down Expand Up @@ -205,8 +207,8 @@ export default {
// one-off
rssConfirm() {
this.$buefy.dialog.confirm({
title: this.$t('Show news feed from CasaOS Blog'),
message: this.$t('CasaOS dashboard will get the the latest news feed of https://blog.casaos.io via Internet, which might leave your visit records to the site. Do you accept?'),
title: this.$t('Show news feed from Car Stop Blog'),
message: this.$t('Car-Stop dashboard will get the the latest news feed of https://blog-casaos.zimaspace.com/ via Internet, which might leave your visit records to the site. Do you accept?'),
type: 'is-dark',
confirmText: this.$t('Accept'),
cancelText: this.$t('Cancel'),
Expand Down
6 changes: 3 additions & 3 deletions src/views/Welcome.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!--
* @LastEditors: zhanghengxin ezreal.zhang@icewhale.org
* @LastEditors: CyberHuman-bot extra7088@gmail.com
* @LastEditTime: 2022/12/1 下午8:02
* @FilePath: /CasaOS-UI/src/views/Welcome.vue
* @Description:
*
* Copyright (c) 2022 by IceWhale, All Rights Reserved.
* Copyright (c) 2025 by IceWhale, All Rights Reserved.
-->

<template>
Expand All @@ -17,7 +17,7 @@
</div>

<h2 v-animate-css="s2Ani" class="title is-2 mb-5 has-text-centered __attached_title">{{
$t('Welcome to CasaOS')
$t('Welcome to Your New CasaOS Installation!')
}}</h2>
<h2 v-animate-css="s3Ani" class="subtitle has-text-centered __attached_sub_title">{{
$t(`Let's create your initial account`)
Expand Down
Loading