Skip to content

Commit

Permalink
Update for main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 4, 2021
1 parent 41d543c commit dd79da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cakemix-front
Submodule cakemix-front updated 52 files
+100 −0 .github/workflows/prerelease.yml
+73 −3 .github/workflows/release.yml
+1 −1 Makefile
+26 −7 README.md
+ assets/icon.png
+ assets/icon_eat.gif
+ banner.png
+4 −1 components/atoms/header/HomeIcon.vue
+2 −5 components/molecules/document/DocEditor.vue
+2 −5 components/organisms/settings/CreateUserBox.vue
+2 −5 components/organisms/settings/Profile.vue
+5 −1 config.example/.env.dev
+6 −2 config.example/.env.prod
+1 −1 nuxt.config.js
+2 −2 package-lock.json
+1 −1 package.json
+44 −4 pages/index.vue
+42 −42 scripts/api/api.ts
+8 −3 scripts/api/base.ts
+2 −2 scripts/api/common.ts
+2 −5 scripts/editor/utils.ts
+ static/favicon.ico
+ static/icon.png
+ static/splash/apple-icon-180.png
+ static/splash/apple-splash-1125-2436.jpg
+ static/splash/apple-splash-1136-640.jpg
+ static/splash/apple-splash-1170-2532.jpg
+ static/splash/apple-splash-1242-2208.jpg
+ static/splash/apple-splash-1242-2688.jpg
+ static/splash/apple-splash-1284-2778.jpg
+ static/splash/apple-splash-1334-750.jpg
+ static/splash/apple-splash-1536-2048.jpg
+ static/splash/apple-splash-1620-2160.jpg
+ static/splash/apple-splash-1668-2224.jpg
+ static/splash/apple-splash-1668-2388.jpg
+ static/splash/apple-splash-1792-828.jpg
+ static/splash/apple-splash-2048-1536.jpg
+ static/splash/apple-splash-2048-2732.jpg
+ static/splash/apple-splash-2160-1620.jpg
+ static/splash/apple-splash-2208-1242.jpg
+ static/splash/apple-splash-2224-1668.jpg
+ static/splash/apple-splash-2388-1668.jpg
+ static/splash/apple-splash-2436-1125.jpg
+ static/splash/apple-splash-2532-1170.jpg
+ static/splash/apple-splash-2688-1242.jpg
+ static/splash/apple-splash-2732-2048.jpg
+ static/splash/apple-splash-2778-1284.jpg
+ static/splash/apple-splash-640-1136.jpg
+ static/splash/apple-splash-750-1334.jpg
+ static/splash/apple-splash-828-1792.jpg
+ static/splash/manifest-icon-192.png
+ static/splash/manifest-icon-512.png

0 comments on commit dd79da3

Please sign in to comment.