Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
yznote committed May 12, 2023
1 parent 8790a25 commit 0b17083
Show file tree
Hide file tree
Showing 22 changed files with 261 additions and 18 deletions.
10 changes: 10 additions & 0 deletions uniapp/api/api.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————

import request from "@/common/request.js";
import {
HTTP_CONFIG_URL,
Expand Down
10 changes: 10 additions & 0 deletions uniapp/common/request.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————

import {
HTTP_REQUEST_URL,
HTTP_CONFIG_URL,
Expand Down
10 changes: 10 additions & 0 deletions uniapp/common/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————

import {
TOKENNAME,
HTTP_REQUEST_URL
Expand Down
9 changes: 9 additions & 0 deletions uniapp/components/rk-notice/rk-notice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
</template>

<script>
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
export default {
name:"rk-notice",
props:{
Expand Down
11 changes: 10 additions & 1 deletion uniapp/components/rk-tabs/rk-tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@
</view>
</template>

<script>
<script>
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
export default {
name: 'rk-tabs',
props: {
Expand Down
9 changes: 9 additions & 0 deletions uniapp/components/skeleton/skeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
</template>

<script>
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
export default {
name: "skeleton",
props: {
Expand Down
12 changes: 10 additions & 2 deletions uniapp/config/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————

// 站点域名
let httpApi = 'http://sd.nps.gt520.com'
httpApi = 'http://127.0.0.1:7860'
let httpApi = 'http://127.0.0.1:7860'

// H5域名==>[打包发布时将httpApi置空,运行时保留真实地址]
// #ifdef H5
Expand Down
10 changes: 10 additions & 0 deletions uniapp/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————

import App from './App'

// #ifndef VUE3
Expand Down
6 changes: 6 additions & 0 deletions uniapp/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"style": {
"navigationBarTitleText": "stable-diffusion-mobileui"
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "stable-diffusion-mobileui"
}
}
],
"easycom": {
Expand Down
11 changes: 10 additions & 1 deletion uniapp/pages/index/components/pic-analysis/pic-analysis.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,16 @@
</view>
</template>

<script>
<script>
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
import {
mapGetters
} from 'vuex';
Expand Down
13 changes: 11 additions & 2 deletions uniapp/pages/index/components/pic-draw/pic-draw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,16 @@
</view>
</template>

<script>
<script>
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
import {
mapGetters
} from 'vuex';
Expand Down Expand Up @@ -209,7 +218,7 @@
prompt: "", // 提示词
negative_prompt: "", //反向提示词
sd_model_hash: "", //模型的hash
cfg_scale: 1, //提示词相关性1-30
cfg_scale: 7, //提示词相关性1-30
steps: 20, //采样迭代步数 1-150
sampler_name: "", //采样方法
width: 512,
Expand Down
22 changes: 17 additions & 5 deletions uniapp/pages/index/components/pic-to-pic/pic-to-pic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,33 @@
<view class="content-box">
<view class="item open-url-box">
开源地址
<view class="yuanyue-pl20 open-url" v-if="appConfig.github_url">{{appConfig.github_url}}</view>
<view class="yuanyue-pl20 open-url" v-if="appConfig.gitee_url">{{appConfig.gitee_url}}</view>
<view class="yuanyue-pl20 open-url yuanyue-line yuanyue-line10" v-if="appConfig.github_url">{{appConfig.github_url}}</view>
<view class="yuanyue-pl20 open-url yuanyue-line yuanyue-line10" v-if="appConfig.gitee_url">{{appConfig.gitee_url}}</view>
</view>
<view class="item contact-box">
联系我们
<view class="yuanyue-pl20 contact-wx" v-if="appConfig.wexin">微信:{{appConfig.wexin}}</view>
<view class="yuanyue-pl20 contact-wx" v-if="appConfig.qq">QQ:{{appConfig.qq}}</view>
</view>
<view class="item img-box">
<view class="contact-wx-img" :style="'width:'+qrSize+'px;height:'+qrSize+'px;'">
<image :src="appConfig.weixin_qr" mode="aspectFit"></image>
<image :src="appConfig.qq_qr" mode="aspectFit"></image>
</view>
</view>
</view>
</view>
</view>
</template>

<script>
<script>
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
import {
mapGetters
} from 'vuex';
Expand Down Expand Up @@ -91,6 +100,9 @@
.item {
margin-bottom: 20rpx;
}
.open-url {
padding: 10rpx 20rpx;
}
}
.img-box {
Expand Down
23 changes: 17 additions & 6 deletions uniapp/pages/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@

</template>

<script>
<script>
// +—————————————————————————————————————————————————————————————————————
// | Created by 元岳科技
// +—————————————————————————————————————————————————————————————————————
// | Copyright (c) 2013~2023 http://www.yuanyuekj.com/ All rights reserved.
// +—————————————————————————————————————————————————————————————————————
// | GITEE: https://gitee.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
// | GITHUB: https://github.com/yuanyuekeji/stable-diffusion-mobileui
// +—————————————————————————————————————————————————————————————————————
import {
mapGetters
} from 'vuex';
Expand Down Expand Up @@ -61,24 +70,26 @@
subsHeight:300,
}
},
onReady() {
console.log("rk===>[onready]");
onReady() {
this.isNodes++;
let that = this;
this.$utils.getRect('#tabs-rect').then(res => {
let w_h = uni.getSystemInfoSync().windowHeight;
that.subsHeight = w_h - res.top - res.height;
});
},
onLoad() {
console.log("rk===>[onload]");
onLoad() {
setTimeout(() => {
this.showSkeleton = false;
}, 1500)
},
methods: {
clickItem(item) {
console.log("rk===>[item]" + JSON.stringify(item));
if(item.url){
uni.navigateTo({
url:'/pages/webview/webview?url='+item.url,
})
}
},
changeTab(idx, item) {
this.tabIdx = idx;
Expand Down
Loading

0 comments on commit 0b17083

Please sign in to comment.