Bläddra i källkod

更新域名相关

xx 2 år sedan
förälder
incheckning
b42b014d54
3 ändrade filer med 5 tillägg och 5 borttagningar
  1. 1 1
      CMakeLists.txt
  2. 1 1
      LICENSE.txt
  3. 3 3
      README.md

+ 1 - 1
CMakeLists.txt

@@ -10,7 +10,7 @@ if(MSVC)
 	set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "Build config types" FORCE)
 	set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "Build config types" FORCE)
 endif()  
 endif()  
 # C++等级
 # C++等级
-set(CMAKE_CXX_STANDARD 20) 
+set(CMAKE_CXX_STANDARD 20)  
 set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
 set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
 set(FASTWEBCORE ${PROJECT_NAME}core)
 set(FASTWEBCORE ${PROJECT_NAME}core)
 # 安装复制
 # 安装复制

+ 1 - 1
LICENSE.txt

@@ -1,6 +1,6 @@
 MIT License
 MIT License
 
 
-Copyright (c) [year] [fullname]
+Copyright (c) 2024 FastWeb fwlua.com
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal

+ 3 - 3
README.md

@@ -16,13 +16,13 @@ Fast Web 是一个网站服务程序,以快速开发、部署简单为理念
 ## ⚡立即开始
 ## ⚡立即开始
 无论您是编程新手还是经验丰富的开发人员,学习和使用 Fast Web 都很容易。
 无论您是编程新手还是经验丰富的开发人员,学习和使用 Fast Web 都很容易。
 
 
-<a href="https://fw.newobj.org/doc/">从我们的新手指南开始</a>
+<a href="https://fwlua.com/doc/">从我们的新手指南开始</a>
 
 
 ## 下载⬇️
 ## 下载⬇️
 
 
 所有版本的 Fast Web 源代码和安装程序均可供下载!
 所有版本的 Fast Web 源代码和安装程序均可供下载!
-最新版:<a href="https://fw.newobj.org/download/">点击下载</a>
+最新版:<a href="https://fwlua.com/download/">点击下载</a>
 
 
 ## 文档📄
 ## 文档📄
 Fast Web 标准库的文档以及教程和指南都可以在线获取。
 Fast Web 标准库的文档以及教程和指南都可以在线获取。
-<a href="https://fw.newobj.org/doc/">文档中心</a>
+<a href="https://fwlua.com/doc/">文档中心</a>