初始化
This commit is contained in:
@@ -29,7 +29,7 @@ type Config = {
|
||||
|
||||
// 根据环境导出最终配置
|
||||
export const config = {
|
||||
name: "Cool Unix",
|
||||
name: "农创之翼",
|
||||
version: "1.0.0",
|
||||
locale: "zh",
|
||||
website: "https://cool-js.com",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cool-unix",
|
||||
"appid": "__UNI__FA3DFFF",
|
||||
"description": "完全开源、永久免费、上手容易、效率极高的开发脚手架",
|
||||
"description": "",
|
||||
"versionName": "1.0.0",
|
||||
"versionCode": "100",
|
||||
"uni-app-x": {},
|
||||
|
||||
@@ -31,8 +31,8 @@ function shareText() {
|
||||
// #ifdef APP
|
||||
shareWithSystem({
|
||||
type: "text",
|
||||
title: "Cool Unix",
|
||||
summary: "Cool Unix 是一个高效的项目脚手架",
|
||||
title: "农创之翼",
|
||||
summary: "农创之翼",
|
||||
success: () => {
|
||||
console.log("success");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user