Skip to content

Commit

Permalink
Merge pull request #1100 from ThornWalli/feature/update
Browse files Browse the repository at this point in the history
fix(update): updated symbols and content
  • Loading branch information
ThornWalli authored Sep 26, 2024
2 parents 20dbefb + 42fe3dc commit 845db08
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 136 deletions.
138 changes: 11 additions & 127 deletions packages/core/assets/svg/symbols/nuxt_booster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions packages/core/assets/svg/symbols/vue_semantic_structure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 21 additions & 1 deletion packages/core/classes/Core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,27 @@ async function createFiles(fs) {
[ITEM_META.SYMBOL, SYMBOL.CUBY]
]
});

await fs.createRootFile('Nuxt_Booster.link', 'Nuxt Booster', null, {
meta: [
[ITEM_META.POSITION, { x: 357, y: 378 }],
[ITEM_META.IGNORE_SYMBOL_REARRANGE, true],
[ITEM_META.WEB_URL, 'https://basics.github.io/nuxt-booster/'],
[ITEM_META.SYMBOL, SYMBOL.NUXT_BOOSTER]
]
});
await fs.createRootFile(
'Vue_Semantic_Structure.link',
'Vue Semantic Structure',
null,
{
meta: [
[ITEM_META.POSITION, { x: 222, y: 275 }],
[ITEM_META.IGNORE_SYMBOL_REARRANGE, true],
[ITEM_META.WEB_URL, 'https://basics.github.io/vue-semantic-structure/'],
[ITEM_META.SYMBOL, SYMBOL.VUE_SEMANTIC_STRUCTURE]
]
}
);
await fs.createRootFile('Github.link', 'Github', null, {
meta: [
[ITEM_META.POSITION, { x: 159, y: 386 }],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/components/Core.vue
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ export default {
'rearrangeIcons -root'
);
const cloudStorages = ['CDLAMMPEE', 'CDNUXT'];
const cloudStorages = ['CDLAMMPEE'];
if (
!this.noCloudStorage &&
Expand Down

0 comments on commit 845db08

Please sign in to comment.