Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Away0x/gin_bbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Away0x committed Jun 4, 2019
2 parents 5b9ad36 + 696dc37 commit 24d24d7
Show file tree
Hide file tree
Showing 33 changed files with 391 additions and 811 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 12.5
go 1.12.5
node 10.13.0
vue 3.1.3
taro 1.3.0-beta.3
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,19 @@
- 站长可以删除分类

***

![1](readme/1.png)

![2](readme/2.png)

![3](readme/3.png)

![4](readme/4.png)

![5](readme/5.png)

![6](readme/6.png)

![7](readme/7.png)

![8](readme/8.png)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"scripts": {
"admin:serve": "echo 'open admin-fe serve (development)' && cd admin-fe && yarn serve",
"admin:build": "echo 'admin-fe build (production)' && cd admin-fe && yarn build",
"admin:serve": "echo 'open vue-admin-app serve (development)' && cd vue-admin-app && yarn serve",
"admin:build": "echo 'vue-admin-app build (production)' && cd vue-admin-app && yarn build",
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
Expand Down
Binary file added readme/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/layouts/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<!-- Branding Image -->
<a class="navbar-brand " href="{% route 'root' %}">
LaraBBS
GinBBS
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
1 change: 0 additions & 1 deletion vue-admin-app/.browserslistrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
> 1%
last 2 versions
not ie <= 8
31 changes: 0 additions & 31 deletions vue-admin-app/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion vue-admin-app/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/admin/favicon.ico><title>vue-admin-app</title><link href=/admin/js/about.69176fa8.js rel=prefetch><link href=/admin/css/app.94a82374.css rel=preload as=style><link href=/admin/js/app.7ab2abf8.js rel=preload as=script><link href=/admin/js/chunk-vendors.3e0747ef.js rel=preload as=script><link href=/admin/css/app.94a82374.css rel=stylesheet></head><body><noscript><strong>We're sorry but admin-fe doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/admin/js/chunk-vendors.3e0747ef.js></script><script src=/admin/js/app.7ab2abf8.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/admin/favicon.ico><title>vue-admin-app</title><link href=/admin/js/about.f9b219d0.js rel=prefetch><link href=/admin/css/app.94a82374.css rel=preload as=style><link href=/admin/js/app.674b3f5c.js rel=preload as=script><link href=/admin/js/chunk-vendors.3856d5b3.js rel=preload as=script><link href=/admin/css/app.94a82374.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-admin-app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/admin/js/chunk-vendors.3856d5b3.js></script><script src=/admin/js/app.674b3f5c.js></script></body></html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 24d24d7

Please sign in to comment.