初始化

This commit is contained in:
2025-11-27 17:36:50 +08:00
parent 559f870674
commit ef1bf698f4
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ type Config = {
// 根据环境导出最终配置
export const config = {
name: "Cool Unix",
name: "农创之翼",
version: "1.0.0",
locale: "zh",
website: "https://cool-js.com",

View File

@@ -1,7 +1,7 @@
{
"name": "cool-unix",
"appid": "__UNI__FA3DFFF",
"description": "完全开源、永久免费、上手容易、效率极高的开发脚手架",
"description": "",
"versionName": "1.0.0",
"versionCode": "100",
"uni-app-x": {},

View File

@@ -31,8 +31,8 @@ function shareText() {
// #ifdef APP
shareWithSystem({
type: "text",
title: "Cool Unix",
summary: "Cool Unix 是一个高效的项目脚手架",
title: "农创之翼",
summary: "农创之翼",
success: () => {
console.log("success");
},