@saooti/octopus-sdk 33.0.3 → 33.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
- package/public/img/403.webp +0 -0
- package/public/img/ACPM.webp +0 -0
- package/public/img/emptypodcast.webp +0 -0
- package/public/img/logo_education.webp +0 -0
- package/src/components/display/organisation/OrganisationChooser.vue +1 -1
- package/src/components/misc/Footer.vue +1 -1
- package/src/components/misc/TopBar.vue +1 -1
- package/src/components/misc/player/PlayerCompact.vue +2 -2
- package/src/components/pages/Error403Page.vue +1 -1
- package/src/store/paramStore.ts +5 -5
- package/public/img/403.jpeg +0 -0
- package/public/img/ACPM.png +0 -0
- package/public/img/emptypodcast.png +0 -0
- package/public/img/logo_education.png +0 -0
package/README.md
CHANGED
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -119,7 +119,7 @@ import { Organisation } from '@/store/class/general/organisation';
|
|
|
119
119
|
|
|
120
120
|
const ELEMENTS_COUNT = 50;
|
|
121
121
|
const DEFAULT_ORGANISATION_ID = "";
|
|
122
|
-
const DEFAULT_ORGANISATION_IMAGE = '/img/emptypodcast.
|
|
122
|
+
const DEFAULT_ORGANISATION_IMAGE = '/img/emptypodcast.webp';
|
|
123
123
|
|
|
124
124
|
const getDefaultOrganistion = (defaultName: string) => {
|
|
125
125
|
if(''===defaultName){
|
|
@@ -117,7 +117,7 @@ export default defineComponent({
|
|
|
117
117
|
return undefined;
|
|
118
118
|
},
|
|
119
119
|
logoUrl(): string {
|
|
120
|
-
return this.isEducation ?'/img/logo_education.
|
|
120
|
+
return this.isEducation ?'/img/logo_education.webp': '/img/logo_octopus_final.svg';
|
|
121
121
|
},
|
|
122
122
|
isPodcastmaker(): boolean {
|
|
123
123
|
return (state.generalParameters.podcastmaker as boolean);
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
</div>
|
|
61
61
|
<button
|
|
62
62
|
:title="$t('Enlarge')"
|
|
63
|
-
class="btn play-button-box
|
|
63
|
+
class="btn play-button-box saooti-up"
|
|
64
64
|
@click="changePlayerLargeVersion"
|
|
65
65
|
/>
|
|
66
66
|
<button
|
|
67
67
|
:title="$t('Close')"
|
|
68
|
-
class="btn play-button-box
|
|
68
|
+
class="btn play-button-box saooti-remove"
|
|
69
69
|
@click="stopPlayer"
|
|
70
70
|
/>
|
|
71
71
|
<PlayerTimeline
|
package/src/store/paramStore.ts
CHANGED
|
@@ -78,15 +78,15 @@ const state:ParamStore = {
|
|
|
78
78
|
contactLink: undefined,
|
|
79
79
|
},
|
|
80
80
|
organisation: {
|
|
81
|
-
imageUrl: '/img/emptypodcast.
|
|
81
|
+
imageUrl: '/img/emptypodcast.webp',
|
|
82
82
|
name: 'Saooti',
|
|
83
83
|
userName: '',
|
|
84
84
|
},
|
|
85
85
|
octopusApi: {
|
|
86
|
-
url: '
|
|
87
|
-
commentsUrl: '
|
|
88
|
-
imageUrl:'
|
|
89
|
-
studioUrl: '
|
|
86
|
+
url: 'https://api.dev2.saooti.org/',
|
|
87
|
+
commentsUrl: 'https://comments.dev2.saooti.org/',
|
|
88
|
+
imageUrl:'https://imageproxy.dev2.saooti.org/',
|
|
89
|
+
studioUrl: 'https://studio.dev2.saooti.org/',
|
|
90
90
|
playerUrl: 'https://playerbeta.dev2.saooti.org/',
|
|
91
91
|
speechToTextUrl:'https://speech2text.dev2.saooti.org/',
|
|
92
92
|
recoUrl: 'https://reco.dev2.saooti.org/',
|
package/public/img/403.jpeg
DELETED
|
Binary file
|
package/public/img/ACPM.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|