初始化

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 = { export const config = {
name: "Cool Unix", name: "农创之翼",
version: "1.0.0", version: "1.0.0",
locale: "zh", locale: "zh",
website: "https://cool-js.com", website: "https://cool-js.com",

View File

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

View File

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